From 8305dc4b65db60828fe4c0a3cb97daafba3f48d7 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 13 Dec 2015 18:14:53 +0100 Subject: Extend example config --- acme.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'acme.conf') diff --git a/acme.conf b/acme.conf index 7ec1a60..468a7d3 100644 --- a/acme.conf +++ b/acme.conf @@ -12,6 +12,7 @@ account mailmaster@example.com key /etc/mailmaster.key # hook definitions hook nginx "sudo service nginx reload" hook dovecot "sudo service dovecot reload" +hook smtpd "sudo service smtpd reload" # desire definitions desire { www.example.com, example.com, www2.example.com } from les \ @@ -22,8 +23,8 @@ desire { www.example.com, example.com, www2.example.com } from les \ hook nginx # desire with prefix www imples altname without www +# uses defaults for provider and account desire www.example.net from les \ - as webmaster@example.com \ key /etc/ssl/private/www_example_net.key \ cert /etc/ssl/cert/www_example_net.pem @@ -31,4 +32,4 @@ desire mail.example.com from les \ as mailmaster@example.com \ key /etc/ssl/private/mail_example_com.key \ cert /etc/ssl/cert/mail_example_com.pem \ - hook dovecot + hook { dovecot, smtpd } -- cgit v1.2.3