| changeset 25 | 98114857acb3 |
| child 37 | 889dfa7eace0 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ssl/certs.txt Thu Oct 11 09:47:07 2012 +0200 @@ -0,0 +1,5 @@ +Renew a self-signed cert +http://www.togaware.com/linux/survivor/Renew_SSL.html + +openssl x509 -req -days 365 -in file.csr -signkey file.key -out file.crt +cat file.key file.crt > file.pem