ssl/certs.txt: cert renewal
authorTomas Zeman <tzeman@volny.cz>
Thu, 11 Oct 2012 09:47:07 +0200
changeset 25 98114857acb3
parent 24 ea1110c7e73f
child 26 6f9a1760b066
ssl/certs.txt: cert renewal
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