From bd0dda551aadd3eddcab32411275c28efd1e2940 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 7 Dec 2015 11:55:14 +0100 Subject: Refine --- acme.conf | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'acme.conf') diff --git a/acme.conf b/acme.conf index 7c2205c..b785341 100644 --- a/acme.conf +++ b/acme.conf @@ -1,6 +1,7 @@ # provider definitions provider lev1 \ directory https://acme-v01.api.letsencrypt.org/directory + provider les \ directory https://acme-staging.api.letsencrypt.org/directory @@ -9,27 +10,31 @@ account another@example.com \ key /etc/another.key \ provider les +account mailmaster@example.com \ + key /etc/mailmaster.key \ + provider les + # domain definitions domain www.example.com \ altnames { example.com, www2.example.com } \ - key "/etc/ssl/private/www_example_com.key" \ - cert "/etc/ssl/cert/www_example_com.pem" \ - webroot "/var/www/htdocs" \ - account another@example.com \ + key /etc/ssl/private/www_example_com.key \ + cert /etc/ssl/cert/www_example_com.pem \ + webroot /var/www/htdocs \ + using another@example.com \ gracetime 1 week \ hook nginx # domains with prefix www imply altname without www domain www.example.net \ - key "/etc/ssl/private/www_example_net.key" \ - cert "/etc/ssl/cert/www_example_net.pem" \ - account another@example.com + key /etc/ssl/private/www_example_net.key \ + cert /etc/ssl/cert/www_example_net.pem \ + using another@example.com domain mail.example.com \ - key "/etc/ssl/private/mail_example_com.key" \ - cert "/etc/ssl/cert/mail_example_com.pem" \ - account another@example.com \ + key /etc/ssl/private/mail_example_com.key \ + cert /etc/ssl/cert/mail_example_com.pem \ + using another@example.com \ gracetime 1 week \ hook dovecot -- cgit v1.2.3