diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2020-02-22 07:15:57 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2020-02-22 07:15:57 +0100 |
commit | dbfc626a368f025ca5849e967d4c1acca39ba1d4 (patch) | |
tree | 7093d680b2457312ca3827bc80b0628071aabe14 /theos | |
parent | 0a32ac7f781d9a9a6a9f61eabc6b9c4108fb4fa5 (diff) | |
download | file-dbfc626a368f025ca5849e967d4c1acca39ba1d4.tar.xz |
Add repsys-test cert
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'theos')
-rw-r--r-- | theos/certs/repsys_kyriasis_com.sls | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/theos/certs/repsys_kyriasis_com.sls b/theos/certs/repsys_kyriasis_com.sls index b9e064d..17be24e 100644 --- a/theos/certs/repsys_kyriasis_com.sls +++ b/theos/certs/repsys_kyriasis_com.sls @@ -13,4 +13,16 @@ repsys.kyriasis.com: - require_in: - service: nginx_service +repsys-test.kyriasis.com: + acme.cert: + - email: johannes@kyriasis.com + - webroot: /srv/http/ + - keysize: 4096 + - renew: 30 + + - watch_in: + - service: nginx_service + - require_in: + - service: nginx_service + # vim: set ft=yaml et: |