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" ]