04 2021 档案

openssl密钥提取、生成
摘要:1.从证书提取私钥、公钥 假如证书名字为"ttt.pfx" 私钥提取:pkcs12 -in 文件名.pfx -nocerts -nodes 如果有密码,就会提示输入密码(注意密码输入是看不到的) 公钥提取:x509 -in 文件名.cer -pubkey -noout 2.用openssl生成rsa 阅读全文

posted @ 2021-04-16 13:16 炼金师 阅读(859) 评论(0) 推荐(0)

导航