We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 517b3af + da02a64 commit 763bbdcCopy full SHA for 763bbdc
createRootCA.sh
100644
100755
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
2
openssl genrsa -des3 -out rootCA.key 2048
3
-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
0 commit comments