ssl/certs.txt
author Tomas Zeman <tzeman@volny.cz>
Sun, 25 Aug 2013 21:04:14 +0200
changeset 34 11d20ddca9d8
parent 25 98114857acb3
child 37 889dfa7eace0
permissions -rw-r--r--
scm/hg-git-rosetta-stone: simplified mapping between hg commands and git commands If you know how to use hg very well and just looking at how to do the same things in git, this page is right for you. Use it like a dictionary hg -> git.

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