summaryrefslogtreecommitdiffstats
path: root/theos/certs/remmy_io.sls
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2024-10-25 15:41:41 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2024-10-25 15:41:56 +0200
commit10421a10d9286139e11424fdac78d065e32f2071 (patch)
tree559d3047f41091d386640de1d4f34de924a825aa /theos/certs/remmy_io.sls
parentd805c32ad4b6db3a06e60b136ef40cb8d435c329 (diff)
downloadfile-10421a10d9286139e11424fdac78d065e32f2071.tar.xz
Drop remmy.ioHEADmaster
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'theos/certs/remmy_io.sls')
-rw-r--r--theos/certs/remmy_io.sls16
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: