From b38218d7d0cd043e95de6ccd85b46e63aebee22b Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 15 Mar 2016 12:23:13 +0100 Subject: Restructure config --- cmd/acme/dim13.yml | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'cmd/acme/dim13.yml') 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 -- cgit v1.2.3