From 0c39b991e9289a41ef656220454aa08330209511 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 16 Feb 2016 13:58:44 +0100 Subject: Rename filed names --- cmd/acme/dim13.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 cmd/acme/dim13.yml (limited to 'cmd/acme/dim13.yml') 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 -- cgit v1.2.3