From fb7704056e2c657482840cc389fb9e4c60c9f3f3 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Wed, 28 Apr 2021 13:23:33 +0200 Subject: [PATCH] acmed.toml: comment updates Signed-off-by: Ralf Zerres --- acmed/config/acmed.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/acmed/config/acmed.toml b/acmed/config/acmed.toml index 6510a24..82ab33e 100644 --- a/acmed/config/acmed.toml +++ b/acmed/config/acmed.toml @@ -1,4 +1,10 @@ +# ------------------------------------------------------------------------ +# Base configruation for ACMEd +# You should adapt this file to include/enhance with your custom toml's +# ------------------------------------------------------------------------ + include = [ "default_hooks.toml", "letsencrypt.toml", + "my_server.toml" ]