From eca7ca4838b91bb4d1c64fbc8d8b45ae07510ae9 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 8 Dec 2015 11:58:58 +0100 Subject: Add default keys --- acme.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'acme.conf') diff --git a/acme.conf b/acme.conf index 705137a..99fb3c5 100644 --- a/acme.conf +++ b/acme.conf @@ -3,32 +3,32 @@ set geracetime 1 week # provider definitions provider lev1 https://acme-v01.api.letsencrypt.org/directory -provider les https://acme-staging.api.letsencrypt.org/directory +provider les https://acme-staging.api.letsencrypt.org/directory default # account definitions -account another@example.com key /etc/another.key provider les -account mailmaster@example.com key /etc/mailmaster.key provider les +account another@example.com key /etc/another.key default +account mailmaster@example.com key /etc/mailmaster.key # hook definitions hook nginx "sudo service nginx reload" hook dovecot "sudo service dovecot reload" # desire definitions -desire { www.example.com, example.com, www2.example.com } \ +desire { www.example.com, example.com, www2.example.com } from les \ + with another@example.com \ key /etc/ssl/private/www_example_com.key \ cert /etc/ssl/cert/www_example_com.pem \ webroot /var/www/htdocs \ - from another@example.com \ hook nginx # desire with prefix www imples altname without www -desire www.example.net \ +desire www.example.net from les \ + with another@example.com \ key /etc/ssl/private/www_example_net.key \ - cert /etc/ssl/cert/www_example_net.pem \ - from another@example.com + cert /etc/ssl/cert/www_example_net.pem -desire mail.example.com \ +desire mail.example.com from les \ + with mailmaster@example.com \ key /etc/ssl/private/mail_example_com.key \ cert /etc/ssl/cert/mail_example_com.pem \ - from mailmaster@example.com \ hook dovecot -- cgit v1.2.3