ssl/certs.txt
changeset 29 f76e13e69c95
parent 25 98114857acb3
child 37 889dfa7eace0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ssl/certs.txt	Mon Jan 21 10:13:02 2013 +0100
@@ -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