| author | Tomas Zeman <tzeman@volny.cz> |
| Fri, 18 Jul 2014 12:49:46 +0200 | |
| changeset 37 | 889dfa7eace0 |
| parent 36 | d65b324282f0 |
| child 38 | 68d27bdf49c9 |
| ssl/certs.txt | file | annotate | diff | comparison | revisions |
--- a/ssl/certs.txt Thu Nov 14 09:25:21 2013 +0100 +++ b/ssl/certs.txt Fri Jul 18 12:49:46 2014 +0200 @@ -1,5 +1,11 @@ +http://www.togaware.com/linux/survivor/Renew_SSL.html + +Generate key + +openssl genrsa -out file.key 1024 +openssl req -new -key file.key -out file.csr + 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