diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2024-06-07 14:31:40 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2024-06-07 14:31:40 +0200 |
commit | d805c32ad4b6db3a06e60b136ef40cb8d435c329 (patch) | |
tree | 37b347b9960aae41a5b29fa3cf20353a19e2e160 /theos | |
parent | 4c6f2c8bdc31c7016ac6515f53b3096509077732 (diff) | |
download | file-d805c32ad4b6db3a06e60b136ef40cb8d435c329.tar.xz |
Add www. cert aliases
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'theos')
-rw-r--r-- | theos/certs/kyriasis_com.sls | 2 | ||||
-rw-r--r-- | theos/certs/pie_in_the_sky_kitchen.sls | 2 | ||||
-rw-r--r-- | theos/certs/remmy_foo.sls | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/theos/certs/kyriasis_com.sls b/theos/certs/kyriasis_com.sls index 2d1b83a..b2f0ca0 100644 --- a/theos/certs/kyriasis_com.sls +++ b/theos/certs/kyriasis_com.sls @@ -3,6 +3,8 @@ include: kyriasis.com: acme.cert: + - aliases: + - www.kyriasis.com - email: johannes@kyriasis.com - webroot: /srv/http/ - keysize: 4096 diff --git a/theos/certs/pie_in_the_sky_kitchen.sls b/theos/certs/pie_in_the_sky_kitchen.sls index 58aad59..79182b1 100644 --- a/theos/certs/pie_in_the_sky_kitchen.sls +++ b/theos/certs/pie_in_the_sky_kitchen.sls @@ -3,6 +3,8 @@ include: pie-in-the-sky.kitchen: acme.cert: + - aliases: + - www.pie-in-the-sky.kitchen - email: johannes@kyriasis.com - webroot: /srv/http/ - keysize: 4096 diff --git a/theos/certs/remmy_foo.sls b/theos/certs/remmy_foo.sls index 6c39352..588c05d 100644 --- a/theos/certs/remmy_foo.sls +++ b/theos/certs/remmy_foo.sls @@ -3,6 +3,8 @@ include: remmy.foo: acme.cert: + - aliases: + - www.remmy.foo - email: johannes@kyriasis.com - webroot: /srv/http/ - keysize: 4096 |