diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2024-05-27 00:09:32 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2024-05-27 00:09:32 +0200 |
commit | 9455064334b7acc0d8a42a88ff914072194b76d9 (patch) | |
tree | 24af7813f9cf2d1b19c1b34935d383bf16ff0750 /theos/certs/gallery_remmy_foo.sls | |
parent | bd5a9591eead8840d3a59c2e2b39e2a17cd59aaf (diff) | |
download | file-9455064334b7acc0d8a42a88ff914072194b76d9.tar.xz |
Add remmy.foo certs
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'theos/certs/gallery_remmy_foo.sls')
-rw-r--r-- | theos/certs/gallery_remmy_foo.sls | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/theos/certs/gallery_remmy_foo.sls b/theos/certs/gallery_remmy_foo.sls new file mode 100644 index 0000000..a417240 --- /dev/null +++ b/theos/certs/gallery_remmy_foo.sls @@ -0,0 +1,28 @@ +include: + - nginx + +gallery.remmy.foo: + acme.cert: + - email: johannes@kyriasis.com + - webroot: /srv/http/ + - keysize: 4096 + - renew: 30 + + - watch_in: + - service: nginx_service + - require_in: + - service: nginx_service + +gallery-static.remmy.foo: + 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: |