From d527e9ad55809f37d3107fc89a2210c25627a573 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 25 Feb 2016 23:29:50 +0100 Subject: Cleanup --- cmd/acme/dim13.toml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 cmd/acme/dim13.toml (limited to 'cmd/acme/dim13.toml') 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" -- cgit v1.2.3