Env Setup
Setup a CA
c:\ssl\openssl genrsa -des3 -out keys/ca.key 1024 Meanwhile you need to provide a pass phrase for this private key. The generated key file is in PEM format ???
C:\ssl>openssl req -config openssl.conf -new -x509 -days 1001 -key keys/ca.key -out certs/ca.cer The ca.cer is also in PEM format. |
|
来自: digitaldreamer > 《Security》