diff options
-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 |