aboutsummaryrefslogtreecommitdiff
path: root/doc/acme.yml
blob: 3ef172e1bc5403cdb7e17bd9abc6ed14d536a147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
- mail: another@example.com
  key: /etc/acme.key
  provider: https://acme-staging.api.letsencrypt.org/directory
  want:
  - domain:
    - www.example.com
    - example.com
    cert: /etc/certs/www_example_com.pem
    key: /etc/private/www_example_com.key
    hook: service nginx reload
    webroot: /var/www/htdocs
  - domain: other.example.com
    cert: /etc/certs/other_example_com.pem
    key: /etc/private/other_example_com.key

- mail: a.n.other@example.net
  key: /etc/another.key
  provider: https://acme-staging.api.letsencrypt.org/directory
  want:
  - domain: www.example.net
    cert: /etc/certs/www_example_net.pem
    key: /etc/private/www_example_net.key