aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/dim13.yml
blob: 7dc80a4de00423964afa34c0605bf19fb0341fdb (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
27
28
listen: localhost:8080
listentls: localhost:8443
basedir: ~/.acme

provider:
- account:
  - mail: postmaster@dim13.org
    keyfile: postmaster.key
    domain:
    - altnames:
      - mail.dim13.org
      - smtp.dim13.org
      - imap.dim13.org
      hook: [ dovecot, smtpd ]
  - mail: webmaster@dim13.org
    keyfile: webmaster.key
    domain:
    - altnames:
      - www.dim13.org
      hook: [ nginx ]
    - altnames:
      - git.dim13.org
      - cvs.dim13.org

hook:
  nginx: /etc/rc.d/nginx restart
  smtpd: /etc/rc.d/smtpd restart
  dovecot: /etc/rc.d/dovecot restart