summaryrefslogtreecommitdiffstats
path: root/theos/certs/matrix_kyriasis_com.sls
blob: 26981f3080b5adc93c1d4fafc35e8ee8399568bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
include:
  - nginx.ng

matrix.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

synapse-access-matrix:
  acl.present:
    - name: /etc/letsencrypt/archive/matrix.kyriasis.com/
    - acl_type: default:user
    - acl_name: synapse
    - perms: r-x
    - recurse: True
    - require_in:
      - acme: matrix.kyriasis.com

# vim: set ft=yaml et: