Skip to content

Commit 763bbdc

Browse files
authored
Merge pull request #12 from MarcGraham/master
set root expiration to 20 years
2 parents 517b3af + da02a64 commit 763bbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

createRootCA.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
openssl genrsa -des3 -out rootCA.key 2048
3-
openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 825 -out rootCA.pem
3+
openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 7300 -out rootCA.pem

0 commit comments

Comments
 (0)