summaryrefslogtreecommitdiffstats
path: root/theos/certs/remmy_foo.sls
blob: 588c05d358a3ee1396e26f4797bf561bef48cad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include:
  - nginx

remmy.foo:
  acme.cert:
    - aliases:
      - www.remmy.foo
    - 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: