diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-02-09 17:32:52 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-02-09 17:32:52 +0000 |
commit | c671fb5a1f5bb6b03b2df3a39f06ada94eef09f0 (patch) | |
tree | 44524b9b21b83e2a4cbd32cd2b861f5a33d624e6 /theos | |
parent | d4ea3686df254165fe0c1f8fa7d091104ae7b727 (diff) | |
download | file-c671fb5a1f5bb6b03b2df3a39f06ada94eef09f0.tar.xz |
Set renew to 30 days for all certs
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'theos')
-rw-r--r-- | theos/certs/git_kyriasis_com.sls | 1 | ||||
-rw-r--r-- | theos/certs/matrix_kyriasis_com.sls | 1 | ||||
-rw-r--r-- | theos/certs/theos_kyriasis_com.sls | 1 | ||||
-rw-r--r-- | theos/certs/xan_kyriasis_com.sls | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/theos/certs/git_kyriasis_com.sls b/theos/certs/git_kyriasis_com.sls index 47f023b..9894c6c 100644 --- a/theos/certs/git_kyriasis_com.sls +++ b/theos/certs/git_kyriasis_com.sls @@ -6,6 +6,7 @@ git.kyriasis.com: - email: johannes@kyriasis.com - webroot: /srv/http/ - keysize: 4096 + - renew: 30 - watch_in: - service: nginx_service diff --git a/theos/certs/matrix_kyriasis_com.sls b/theos/certs/matrix_kyriasis_com.sls index efdffe5..d68a214 100644 --- a/theos/certs/matrix_kyriasis_com.sls +++ b/theos/certs/matrix_kyriasis_com.sls @@ -6,6 +6,7 @@ matrix.kyriasis.com: - email: johannes@kyriasis.com - webroot: /srv/http/ - keysize: 4096 + - renew: 30 - watch_in: - service: nginx_service diff --git a/theos/certs/theos_kyriasis_com.sls b/theos/certs/theos_kyriasis_com.sls index 830b086..127caeb 100644 --- a/theos/certs/theos_kyriasis_com.sls +++ b/theos/certs/theos_kyriasis_com.sls @@ -6,6 +6,7 @@ theos.kyriasis.com: - email: johannes@kyriasis.com - webroot: /srv/http/ - keysize: 4096 + - renew: 30 - watch_in: - service: nginx_service diff --git a/theos/certs/xan_kyriasis_com.sls b/theos/certs/xan_kyriasis_com.sls index 3a8fbe3..e2a2d74 100644 --- a/theos/certs/xan_kyriasis_com.sls +++ b/theos/certs/xan_kyriasis_com.sls @@ -6,6 +6,7 @@ xan.kyriasis.com: - email: johannes@kyriasis.com - webroot: /srv/http/ - keysize: 4096 + - renew: 30 - watch_in: - service: nginx_service |