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