From 0e15cc69e43f9091d6bf9f8120b1a5c53d08961b Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 30 Apr 2019 17:30:26 +0200 Subject: [PATCH] Fix the syntax error in the example configuration file --- acmed/acmed_example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acmed/acmed_example.toml b/acmed/acmed_example.toml index 54bf238..556325c 100644 --- a/acmed/acmed_example.toml +++ b/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"