From 60cd4a792ee5dbf64eb90fc7fc2e980e2397c578 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 30 May 2019 16:53:11 +0200 Subject: Add repsys cert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- theos/certs/init.sls | 1 + theos/certs/repsys_kyriasis_com.sls | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 theos/certs/repsys_kyriasis_com.sls diff --git a/theos/certs/init.sls b/theos/certs/init.sls index 59f05f8..211392c 100644 --- a/theos/certs/init.sls +++ b/theos/certs/init.sls @@ -9,6 +9,7 @@ include: - .miniflux_kyriasis_com - .grafana_kyriasis_com - .prometheus_kyriasis_com + - .repsys_kyriasis_com - .remmy_io /etc/letsencrypt/archive: diff --git a/theos/certs/repsys_kyriasis_com.sls b/theos/certs/repsys_kyriasis_com.sls new file mode 100644 index 0000000..0ab458d --- /dev/null +++ b/theos/certs/repsys_kyriasis_com.sls @@ -0,0 +1,16 @@ +include: + - nginx.ng + +repsys.kyriasis.com: + 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: -- cgit v1.2.3-54-g00ecf