From 9a2369b00b802f7d26a03c764e579e0fa0721aed Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 21 Mar 2019 19:55:41 +0100 Subject: theos/certs: add kyriasis.com 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/kyriasis_com.sls | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 theos/certs/kyriasis_com.sls diff --git a/theos/certs/init.sls b/theos/certs/init.sls index 9f42ff8..59f05f8 100644 --- a/theos/certs/init.sls +++ b/theos/certs/init.sls @@ -1,4 +1,5 @@ include: + - .kyriasis_com - .theos_kyriasis_com - .xan_kyriasis_com - .git_kyriasis_com diff --git a/theos/certs/kyriasis_com.sls b/theos/certs/kyriasis_com.sls new file mode 100644 index 0000000..ba6a97d --- /dev/null +++ b/theos/certs/kyriasis_com.sls @@ -0,0 +1,16 @@ +include: + - nginx.ng + +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-70-g09d2