Skip to content

Commit

Permalink
set root experiation to 20 years
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGraham committed Apr 14, 2020
1 parent 517b3af commit da02a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createRootCA.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit da02a64

Please sign in to comment.