1. Use openssl genrsa to generate an RSA private key.
openssl genrsa -des3 -out name.key 4096
*Note - -des3 is deprecated and replaced by -aes256
#other resources
https://geekflare.com/openssl-commands-certificates/
Random technology notes and guides.
1. Use openssl genrsa to generate an RSA private key.
openssl genrsa -des3 -out name.key 4096
*Note - -des3 is deprecated and replaced by -aes256
#other resources
https://geekflare.com/openssl-commands-certificates/
Comments
Post a Comment