summaryrefslogtreecommitdiffstats
path: root/theos/certs/git_kyriasis_com.sls
blob: 47f023b3b22b36c210465e76a2b877a4d2e7e81c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include:
  - nginx.ng

git.kyriasis.com:
  acme.cert:
    - email: johannes@kyriasis.com
    - webroot: /srv/http/
    - keysize: 4096

    - watch_in:
      - service: nginx_service
    - require_in:
      - service: nginx_service


# vim: set ft=yaml et: