# HG changeset patch # User Tomas Zeman # Date 1349941627 -7200 # Node ID 98114857acb366f2004757354b482f8651839486 # Parent ea1110c7e73f254e211623d334ce3f6abf2fe78e ssl/certs.txt: cert renewal diff -r ea1110c7e73f -r 98114857acb3 ssl/certs.txt --- /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