ssl/certs.txt
author Tomas Zeman <tzeman@volny.cz>
Thu, 11 Oct 2012 09:47:07 +0200
changeset 25 98114857acb3
child 37 889dfa7eace0
permissions -rw-r--r--
ssl/certs.txt: cert renewal

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