aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/dim13.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/acme/dim13.toml')
-rw-r--r--cmd/acme/dim13.toml41
1 files changed, 0 insertions, 41 deletions
diff --git a/cmd/acme/dim13.toml b/cmd/acme/dim13.toml
deleted file mode 100644
index 32446f4..0000000
--- a/cmd/acme/dim13.toml
+++ /dev/null
@@ -1,41 +0,0 @@
-[defaults]
-listen = "localhost:8080"
-listentls = "localhost:8443"
-basedir = "/home/demon/.acme"
-keysize = 2048
-
-[provider.letsencrypt]
-directory = "https://acme-v01.api.letsencrypt.org/directory"
-
-[account.webmaster]
-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"
-]
-key = "private/www_dim13_org.key"
-cert = "certs/www_dim13_org.pem"
-
-[desire.mail]
-provider = "letsencrypt"
-account = "postmaster"
-altnames = [
- "mail.dim13.org",
- "smtp.dim13.org",
- "imap.dim13.org",
- "dim13.org"
-]
-key = "private/mail_dim13_org.key"
-cert = "certs/mail_dim13_org.pem"