From c0c07d08a971a99f0dd93f00298946cecedb0538 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 5 Mar 2021 09:46:07 +0100 Subject: [PATCH] update config dist file: use single quotes --- inc_config.sh.dist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc_config.sh.dist b/inc_config.sh.dist index 45b3b34..a557409 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' # ---------------------------------------------------------------------- -- GitLab