diff options
-rw-r--r-- | theos/certs/gallery_remmy_io.sls | 2 | ||||
-rw-r--r-- | theos/certs/init.sls | 2 | ||||
-rw-r--r-- | theos/certs/theos_kyriasis_com.sls | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/theos/certs/gallery_remmy_io.sls b/theos/certs/gallery_remmy_io.sls index 42c4b7a..7ad52ba 100644 --- a/theos/certs/gallery_remmy_io.sls +++ b/theos/certs/gallery_remmy_io.sls @@ -13,7 +13,7 @@ gallery.remmy.io: - require_in: - service: nginx_service -gallery-bypass.remmy.io: +gallery-static.remmy.io: acme.cert: - email: johannes@kyriasis.com - webroot: /srv/http/ diff --git a/theos/certs/init.sls b/theos/certs/init.sls index d54303d..c95fd8f 100644 --- a/theos/certs/init.sls +++ b/theos/certs/init.sls @@ -9,7 +9,7 @@ include: - .prometheus_kyriasis_com - .repsys_kyriasis_com - .remmy_io - #- .gallery_remmy_io + - .gallery_remmy_io /etc/letsencrypt/archive: file.directory: diff --git a/theos/certs/theos_kyriasis_com.sls b/theos/certs/theos_kyriasis_com.sls index ebaf9ab..f2da918 100644 --- a/theos/certs/theos_kyriasis_com.sls +++ b/theos/certs/theos_kyriasis_com.sls @@ -3,6 +3,9 @@ include: theos.kyriasis.com: acme.cert: + - aliases: + - v4.theos.kyriasis.com + - v6.theos.kyriasis.com - email: johannes@kyriasis.com - webroot: /srv/http/ - keysize: 4096 |