diff --git a/inc_config.sh.dist b/inc_config.sh.dist index 45b3b3404ec2a538dd1e79cf8c30bf7b6caf4437..a5574099c8e14986e0783e94c873601b2e8988dc 100644 --- a/inc_config.sh.dist +++ b/inc_config.sh.dist @@ -9,13 +9,13 @@ # DNS API # see https://github.com/acmesh-official/acme.sh/wiki/dnsapi # - set the env vars of your dns provider -# - add provider in ACME_Params="--dns [PROVIDER]" +# - add provider in ACME_Params='--dns [PROVIDER]' # ---------------------------------------------------------------------- # -- for infoblox access -# export Infoblox_Creds="[user]:[Passwort]" -# export Infoblox_Server="infoblox.localhost" -# export ACME_Params="--dns dns_infoblox" +# export Infoblox_Creds='[user]:[Passwort]' +# export Infoblox_Server='infoblox.localhost' +# export ACME_Params='--dns dns_infoblox' # ----------------------------------------------------------------------