Rexxer

Some tips for me and other

Openssl + generate a certificate

Example:

openssl req -x509 -newkey rsa:2048 -keyout cert.key -out cert.pem -days 999 -nodes -config c:\Apache24\conf\openssl.cnf

-nodes – to not ask for passprase

Comments are currently closed.