From 4c8489669f517a618773add7f74286808f5de736 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 27 Mar 2019 18:47:05 +0100 Subject: [PATCH] Update 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 9bfa5ea..73833cc 100644 --- a/acmed/acmed_example.toml +++ b/acmed/acmed_example.toml @@ -42,4 +42,4 @@ kp_reuse = true formats = ["pem"] challenge = "http-01" challenge_hooks = ["http-echo"] -post_operation_hook = ["email-report"] +post_operation_hooks = ["email-report"]