summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2020-05-27 00:57:47 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2020-05-27 00:57:47 +0200
commit0fae8c09bccb3c4b8dcce1ba33532765dd71fda9 (patch)
treed0b82bdad513e36165c6b490ac782a479a017544
parent26d03e07ada6d5c1a8dfaeef34e4332d73b586cb (diff)
downloadfile-0fae8c09bccb3c4b8dcce1ba33532765dd71fda9.tar.xz
Add cert for gallery-bypass
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--theos/certs/gallery_remmy_io.sls12
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: