aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/dim13.yml
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-16 13:58:44 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-16 13:58:44 +0100
commit0c39b991e9289a41ef656220454aa08330209511 (patch)
treef793eb4f4a0ea39af2de34b5e45c4f89774b82a8 /cmd/acme/dim13.yml
parent7f6dd28284d989019baaf63f84825814e3734b59 (diff)
Rename filed names
Diffstat (limited to 'cmd/acme/dim13.yml')
-rw-r--r--cmd/acme/dim13.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/cmd/acme/dim13.yml b/cmd/acme/dim13.yml
new file mode 100644
index 0000000..65efda0
--- /dev/null
+++ b/cmd/acme/dim13.yml
@@ -0,0 +1,32 @@
+listen: localhost:8080
+listentls: localhost:8443
+basedir: ~/.acme
+provider:
+ letsencrypt: https://acme-v01.api.letsencrypt.org/directory
+account:
+ postmaster:
+ mail: postmaster@dim13.org
+ keyfile: private/postmaster.key
+ webmaster:
+ mail: webmaster@dim13.org
+ keyfile: private/webmaster.key
+desire:
+ mail:
+ provider: letsencrypt
+ account: postmaster
+ altnames:
+ - mail.dim13.org
+ - smtp.dim13.org
+ - imap.dim13.org
+ keyfile: private/mail_dim13_org.key
+ crtfile: certs/mail_dim13_org.pem
+ web:
+ provider: letsencrypt
+ account: webmaster
+ altnames:
+ - www.dim13.org
+ - mail.dim13.org
+ - git.dim13.org
+ - cvs.dim13.org
+ keyfile: private/www_dim13_org.key
+ crtfile: certs/www_dim13_org.pem