Browse Source

Fix the syntax error in the example configuration file

pull/5/head
Rodolphe Breard 5 years ago
parent
commit
0e15cc69e4
  1. 2
      acmed/acmed_example.toml

2
acmed/acmed_example.toml

@ -57,7 +57,7 @@ account = "test_account"
endpoint = "letsencrypt v2 staging"
domains = [
{ dns = "example.org", challenge = "http-01"},
{ dns = "sub-1.example.org", challenge = "http-01" }
{ dns = "sub-1.example.org", challenge = "http-01" },
{ dns = "sub-2.example.org", challenge = "http-01" }
]
algorithm = "ecdsa_p384"

Loading…
Cancel
Save