From 4d8643be7772107052ffa239400c089f140fd002 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Mon, 11 Aug 2014 15:31:52 +0000 Subject: [PATCH] Increased lieftime so we can build certificates starting on jan 1970. FossilOrigin-Name: 19d66ea2cdd069313448d7ca3029331e70c577925a71aeb20e49a060e486b890 --- ssl/mkrootca.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssl/mkrootca.sh b/ssl/mkrootca.sh index 5680e15b..93ce3b30 100755 --- a/ssl/mkrootca.sh +++ b/ssl/mkrootca.sh @@ -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 +