aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/dim13.yml
blob: 3124ba37606d4429dc8e4184de10f4ca5ed6060c (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
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
    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