diff --git a/ssl/mkrootca.sh b/ssl/mkrootca.sh index 93ce3b30..cea755b9 100755 --- a/ssl/mkrootca.sh +++ b/ssl/mkrootca.sh @@ -1,6 +1,6 @@ #!/bin/sh echo Creating Root CA openssl genrsa -des3 -out root-ca.key 1536 -config openssl.cnf -openssl req -new -x509 -days 33650 -key root-ca.key -out root-ca.crt -config openssl.cnf +openssl req -new -x509 -days 3365 -key root-ca.key -out root-ca.crt -config openssl.cnf