Skip to content

Commit

Permalink
Merge pull request #12 from MarcGraham/master
Browse files Browse the repository at this point in the history
set root expiration to 20 years
  • Loading branch information
dakshshah96 authored Apr 15, 2020
2 parents 517b3af + da02a64 commit 763bbdc
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 763bbdc

Please sign in to comment.