From bb30d2a93ac96120e72839e5e16d87f7ef5aa196 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 11 May 2017 22:56:25 +0200 Subject: [PATCH] Update config.json --- letsencrypt/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/config.json b/letsencrypt/config.json index f5545ba..c98fc83 100644 --- a/letsencrypt/config.json +++ b/letsencrypt/config.json @@ -19,7 +19,7 @@ }, "schema": { "email": "email", - "domain": ["str"], + "domains": ["str"], "certfile": "str", "keyfile": "str" }