aboutsummaryrefslogtreecommitdiff
path: root/acme.toml
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-12-14 21:50:41 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-12-14 21:50:41 +0100
commitf51cf2b22e3818c432ad11744ef7ffe6066b8e2d (patch)
tree328f744b7b70b2da476db4946716d762a093cf85 /acme.toml
parent36f3a6f8a8f17437daba42aab176fab255773502 (diff)
WIP
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"