ssl/certs.txt
author Tomas Zeman <tzeman@volny.cz>
Sat, 15 Dec 2012 19:49:24 +0100
changeset 26 6f9a1760b066
parent 25 98114857acb3
child 37 889dfa7eace0
permissions -rw-r--r--
coffeescript/frameworks: zappa, rem-js

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