Files
cloudron-box/nginx
Girish Ramakrishnan 6180c24e43 Add wildcard self-signed certficate
openssl genrsa 2048 > host.key
openssl req -new -x509 -nodes -sha1 -days 3650 -key host.key > host.cert
openssl x509 -noout -fingerprint -text < host.cert > host.info
cat host.cert host.key > host.pem
2014-06-11 10:54:11 -07:00
..
2014-06-11 10:54:11 -07:00
2014-05-31 14:30:39 -07:00
2014-02-21 08:38:15 -08:00
2014-06-03 22:23:30 -07:00