aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"