aboutsummaryrefslogtreecommitdiff
path: root/acme.toml
diff options
context:
space:
mode:
Diffstat (limited to 'acme.toml')
-rw-r--r--acme.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/acme.toml b/acme.toml
index beff259..046ae63 100644
--- a/acme.toml
+++ b/acme.toml
@@ -42,12 +42,15 @@ hooks = [ "nginx" ]
# short example, uses defaults
[desire.net]
+provider = "les"
+account = "webmaster"
altnames = [ "www.example.net" ] # www implies altname without www
key = "private/www_example_net.key"
cert = "certs/www_example_net.pem"
hooks = [ "nginx" ]
[desire.mail]
+provider = "les"
account = "postmaster"
altnames = [ "mail.example.com" ]
key = "private/mail_example_com.key"