diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2020-05-27 00:57:47 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2020-05-27 00:57:47 +0200 |
commit | 0fae8c09bccb3c4b8dcce1ba33532765dd71fda9 (patch) | |
tree | d0b82bdad513e36165c6b490ac782a479a017544 /theos | |
parent | 26d03e07ada6d5c1a8dfaeef34e4332d73b586cb (diff) | |
download | file-0fae8c09bccb3c4b8dcce1ba33532765dd71fda9.tar.xz |
Add cert for gallery-bypass
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'theos')
-rw-r--r-- | theos/certs/gallery_remmy_io.sls | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/theos/certs/gallery_remmy_io.sls b/theos/certs/gallery_remmy_io.sls index dbd0378..42c4b7a 100644 --- a/theos/certs/gallery_remmy_io.sls +++ b/theos/certs/gallery_remmy_io.sls @@ -13,4 +13,16 @@ gallery.remmy.io: - require_in: - service: nginx_service +gallery-bypass.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: |