2025年10月10日

openssl 生成证书

摘要: #!/bin/bash # 生成SM2私钥 openssl ecparam -genkey -name SM2 -out sm2.key -noout # 生成证书签名请求(CSR) openssl req -new -key sm2.key -out sm2.csr -subj "/C=CN/ST 阅读全文

posted @ 2025-10-10 10:56 yipianchuyun 阅读(11) 评论(0) 推荐(0)

导航