Generate a certificate for apache or lighttpd
Problem
You keep forgetting how to create an SSL certificate for apache or lighttpd.Keywords
openssl, ssl, certificate, apache, apache2, lighttpdSolution
The follow command creates a certificate valid for 10 years (-days 3650).openssl req -new -x509 -keyout server.pem -out server.pem -days 3650 -nodes