aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/dim13.yml
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-03-15 12:23:13 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-03-15 12:23:13 +0100
commitb38218d7d0cd043e95de6ccd85b46e63aebee22b (patch)
treed44c5cd9f2ba52ee651be841f4220f13b15cdd7a /cmd/acme/dim13.yml
parentf2727dffe1a81b73178079cc821450510216652b (diff)
Restructure config
Diffstat (limited to 'cmd/acme/dim13.yml')
-rw-r--r--cmd/acme/dim13.yml37
1 files changed, 18 insertions, 19 deletions
diff --git a/cmd/acme/dim13.yml b/cmd/acme/dim13.yml
index 7dc80a4..3124ba3 100644
--- a/cmd/acme/dim13.yml
+++ b/cmd/acme/dim13.yml
@@ -2,25 +2,24 @@ 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
+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