Skip to content

Commit

Permalink
create-key.sh: Increase validity to 100 years
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed May 3, 2021
1 parent 04590b6 commit 73bbf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-key.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/bash

openssl req -nodes -x509 -newkey rsa:4096 -keyout mxshadow.key.pem -out mxshadow.cert.pem -days 3650 -subj '/CN=mxshadowsrv'
openssl req -nodes -x509 -newkey rsa:4096 -keyout mxshadow.key.pem -out mxshadow.cert.pem -days 36500 -subj '/CN=mxshadowsrv'

0 comments on commit 73bbf37

Please sign in to comment.