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

desire:
- 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
    - mail.dim13.org
    - git.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