diff --git a/createRootCA.sh b/createRootCA.sh old mode 100644 new mode 100755 index e265c9f..a43f63f --- a/createRootCA.sh +++ b/createRootCA.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash openssl genrsa -des3 -out rootCA.key 2048 -openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 825 -out rootCA.pem +openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 7300 -out rootCA.pem