Skip to content

Commit

Permalink
Update cert-gen
Browse files Browse the repository at this point in the history
Decreasing DEF_DAYS to 800 to align with requirements set by Apple for Mac OS Catalina (10.15) and iOS 13 [seen here](https://support.apple.com/en-us/HT210176).
  • Loading branch information
tmort authored Oct 17, 2019
1 parent 556d720 commit d20797b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cert-gen
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NAME="cert-gen"

# Generate default options
DEF_KEYSIZE=2048
DEF_DAYS=3650
DEF_DAYS=800
# Subject default options
DEF_COUNTRY=
DEF_STATE=
Expand Down

0 comments on commit d20797b

Please sign in to comment.