I have been signing my own certs.
Is that what you are typing about ?
Here is a short clip of what I did:
self signed cert
505 openssl genrsa -des3 -out ca.key 2048
510 openssl req -new -x509 -days 3652 -key ca.key -out ca.crt
2nd try docs from http://www.apache-ssl.org/#FAQ
545 openssl re
I have been signing my own certs.
Is that what you are typing about ?
Here is a short clip of what I did:
self signed cert
505 openssl genrsa -des3 -out ca.key 2048
510 openssl req -new -x509 -days 3652 -key ca.key -out ca.crt
2nd try docs from http://www.apache-ssl.org/#FAQ
545 openssl re
2 matches
Mail list logo