aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/dim13.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/acme/dim13.yaml')
-rw-r--r--cmd/acme/dim13.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/cmd/acme/dim13.yaml b/cmd/acme/dim13.yaml
new file mode 100644
index 0000000..ce04367
--- /dev/null
+++ b/cmd/acme/dim13.yaml
@@ -0,0 +1,38 @@
+defaults:
+ listen: localhost:8080
+ listentls: localhost:8443
+ basedir: /home/demon/.acme
+ keysize: 2048
+provider:
+ letsencrypt:
+ directory: https://acme-v01.api.letsencrypt.org/directory
+account:
+ postmaster:
+ mail: postmaster@dim13.org
+ key: private/postmaster.key
+ webmaster:
+ mail: webmaster@dim13.org
+ key: private/webmaster.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
+ 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
+