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 +