aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-31 23:23:30 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-01-31 23:23:30 +0100
commitd3725bafc11be83fdb1eeb3dce065a711227345b (patch)
tree8a0c1f8465d09cd193dd2f17c36b8f90d5f0cada
parentc49a0bf48ea10b54dbac3480716d9786a0ce8411 (diff)
prettyprint config
-rw-r--r--cmd/acme/dim13.toml23
1 files changed, 17 insertions, 6 deletions
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"