diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2023-11-06 21:22:10 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2023-11-06 21:22:10 +0000 |
commit | f12407468863f5a349bf855d4e14f7c1f53e42be (patch) | |
tree | 5a522f588449ce5f43230dea7146727c1838c8a9 /theos | |
parent | 87b8ded8bcb917e31286753d881e2e8d8375a8a8 (diff) | |
download | file-f12407468863f5a349bf855d4e14f7c1f53e42be.tar.xz |
Add old gallery changes
Diffstat (limited to 'theos')
-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 |