aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-29 18:49:18 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-01-29 18:49:18 +0100
commitb1a922113dc711e395672a5c8945f451308f9f4c (patch)
tree9e091662ca160a4a2e01b89130e34c38306d061a
parent2468f553155bb495266ed29b8e2da0d03d755f51 (diff)
Reenable
-rw-r--r--cmd/acme/dim13.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/cmd/acme/dim13.toml b/cmd/acme/dim13.toml
index f0711d6..687ae5d 100644
--- a/cmd/acme/dim13.toml
+++ b/cmd/acme/dim13.toml
@@ -11,12 +11,12 @@ directory = "https://acme-v01.api.letsencrypt.org/directory"
mail = "webmaster@dim13.org"
key = "private/webmaster.key"
-#[desire.web]
-#provider = "letsencrypt"
-#account = "webmaster"
-#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"
+[desire.web]
+provider = "letsencrypt"
+account = "webmaster"
+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"