From 85301d6fc60593e3a385a8e7029ef3c479169c6b Mon Sep 17 00:00:00 2001 From: zdm Date: Sun, 31 Dec 2023 13:33:12 +0200 Subject: [PATCH] fix: acme --- bin/update-certificates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-certificates.js b/bin/update-certificates.js index 479cc21..f466e39 100644 --- a/bin/update-certificates.js +++ b/bin/update-certificates.js @@ -26,7 +26,7 @@ if ( !cloudflareApi ) { const acme = new Acme( { "provider": "letsencrypt", - "test": true, + "test": false, "email": "zdm@softvisio.net", "accountKey": null, } );