aboutsummaryrefslogtreecommitdiff
path: root/acme.toml
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-12-07 18:12:07 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-12-07 18:12:07 +0100
commit24eef3a0224718267688574e50e3b4b56573c2ad (patch)
treec5586ca6fac37c6c25bb3faf61fb14c912ee131a /acme.toml
parent176dee6be25fd96e62bc22bd9a5788eb47d3bc62 (diff)
Switch do slice
Diffstat (limited to 'acme.toml')
-rw-r--r--acme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/acme.toml b/acme.toml
index 80412c7..da36130 100644
--- a/acme.toml
+++ b/acme.toml
@@ -9,7 +9,7 @@ mail = "another@example.com"
key = "/etc/acme.key"
provider = "les"
-[desire."www.example.com"]
+[[desire]]
altnames = [ "www.example.com", "example.com" ]
key = "/etc/ssl/private/www_example_com.key"
cert = "/etc/ssl/certs/www_example_com.pem"