From 5fcb9e0df2eb72063396616b33d44b1711b44764 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 29 Jan 2016 18:27:10 +0100 Subject: Add dim13 config --- cmd/acme/dim13.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 cmd/acme/dim13.toml diff --git a/cmd/acme/dim13.toml b/cmd/acme/dim13.toml new file mode 100644 index 0000000..687ae5d --- /dev/null +++ b/cmd/acme/dim13.toml @@ -0,0 +1,30 @@ +[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" + +[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" +key = "private/postmaster.key" + +[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" -- cgit v1.2.3