openssl req -new -key privkey.pem -out root.csr
 
openssl x509 -req -days 3650 -sha1 -extensions v3_ca -signkey privkey.pem -in root.csr -out root.crt 
 
 
openssl pkcs12 -export -in root.crt -inkey privkey.pem -out an.pfx

 

相关文章:

  • 2021-11-17
  • 2022-02-06
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
猜你喜欢
  • 2021-07-08
  • 2021-09-03
  • 2021-11-03
  • 2022-01-14
  • 2021-12-08
  • 2021-11-20
相关资源
相似解决方案