生成SM2密钥对及CER证书
# 生成SM2密钥对,注意记住密钥文件密码
gmssl sm2 -genkey -out arbboter/test.pem
# 查看密钥文件,要输入密钥文件密码
gmssl ec -in arbboter/test.pem -text
# 根据SM2密钥文件生成证书,要输入密钥文,证书信息
gmssl req -new -x509 -key arbboter/test.pem -out arbboter/test.cer -subj "/C=Cn/ST=GuangDong/L=ShenZhen/O=kk/OU=kkk/CN=client/[email protected]"
标签:国密库,SM2,GMSSL,pem,arbboter,使用,test,gmssl,密钥
From: https://www.cnblogs.com/arbboter/p/17446894.html