Tag: certificate

1 post tagged with “certificate”

Certificate note

Create CA Generate CA key Generate RSA key, keysize = 2048, encrypt the key by des3 openssl genrsa -des3 -out server.CA.key 2048 Remove password of key (it can be rename to pem file) openssl rsa -in s...

← Back to Home