summaryrefslogtreecommitdiffstats
path: root/theos/certs/init.sls
blob: 9e6647be9c9d33a9c8438b5e9d948b67c45f1703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include:
  - .theos_kyriasis_com
  - .xan_kyriasis_com
  - .git_kyriasis_com

/etc/letsencrypt/archive:
  file.directory:
    - makedirs: True
    - dir_mode: 711
    - file_mode: 640
    - recurse:
      - mode
# vim: set ft=yaml et: