Increased lieftime so we can build certificates starting on jan 1970.

FossilOrigin-Name: 19d66ea2cdd069313448d7ca3029331e70c577925a71aeb20e49a060e486b890
This commit is contained in:
7u83@mail.ru 2014-08-11 15:31:52 +00:00
parent 19b49aa95f
commit 4d8643be77
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh
echo Creating Root CA
openssl genrsa -des3 -out root-ca.key 1536 -config openssl.cnf
openssl req -new -x509 -days 3650 -key root-ca.key -out root-ca.crt -config openssl.cnf
openssl req -new -x509 -days 33650 -key root-ca.key -out root-ca.crt -config openssl.cnf