diff options
Diffstat (limited to 'theos')
-rw-r--r-- | theos/certs/gallery_remmy_io.sls | 16 | ||||
-rw-r--r-- | theos/certs/init.sls | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/theos/certs/gallery_remmy_io.sls b/theos/certs/gallery_remmy_io.sls new file mode 100644 index 0000000..dbd0378 --- /dev/null +++ b/theos/certs/gallery_remmy_io.sls @@ -0,0 +1,16 @@ +include: + - nginx + +gallery.remmy.io: + 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: diff --git a/theos/certs/init.sls b/theos/certs/init.sls index 211392c..f424f96 100644 --- a/theos/certs/init.sls +++ b/theos/certs/init.sls @@ -11,6 +11,7 @@ include: - .prometheus_kyriasis_com - .repsys_kyriasis_com - .remmy_io + - .gallery_remmy_io /etc/letsencrypt/archive: file.directory: |