diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2024-10-25 15:41:41 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2024-10-25 15:41:56 +0200 |
commit | 10421a10d9286139e11424fdac78d065e32f2071 (patch) | |
tree | 559d3047f41091d386640de1d4f34de924a825aa /theos/certs/remmy_io.sls | |
parent | d805c32ad4b6db3a06e60b136ef40cb8d435c329 (diff) | |
download | file-10421a10d9286139e11424fdac78d065e32f2071.tar.xz |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'theos/certs/remmy_io.sls')
-rw-r--r-- | theos/certs/remmy_io.sls | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/theos/certs/remmy_io.sls b/theos/certs/remmy_io.sls deleted file mode 100644 index 81b3499..0000000 --- a/theos/certs/remmy_io.sls +++ /dev/null @@ -1,16 +0,0 @@ -include: - - nginx - -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: |