From d3725bafc11be83fdb1eeb3dce065a711227345b Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 31 Jan 2016 23:23:30 +0100 Subject: prettyprint config --- cmd/acme/dim13.toml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'cmd') diff --git a/cmd/acme/dim13.toml b/cmd/acme/dim13.toml index 687ae5d..32446f4 100644 --- a/cmd/acme/dim13.toml +++ b/cmd/acme/dim13.toml @@ -11,20 +11,31 @@ directory = "https://acme-v01.api.letsencrypt.org/directory" mail = "webmaster@dim13.org" key = "private/webmaster.key" +[account.postmaster] +mail = "postmaster@dim13.org" +key = "private/postmaster.key" + [desire.web] provider = "letsencrypt" account = "webmaster" -altnames = [ "www.dim13.org", "mail.dim13.org", "git.dim13.org", "cvs.dim13.org", "dim13.org" ] +altnames = [ + "www.dim13.org", + "mail.dim13.org", + "git.dim13.org", + "cvs.dim13.org", + "dim13.org" +] key = "private/www_dim13_org.key" cert = "certs/www_dim13_org.pem" -[account.postmaster] -mail = "postmaster@dim13.org" -key = "private/postmaster.key" - [desire.mail] provider = "letsencrypt" account = "postmaster" -altnames = [ "mail.dim13.org", "smtp.dim13.org", "imap.dim13.org", "dim13.org" ] +altnames = [ + "mail.dim13.org", + "smtp.dim13.org", + "imap.dim13.org", + "dim13.org" +] key = "private/mail_dim13_org.key" cert = "certs/mail_dim13_org.pem" -- cgit v1.2.3