Skip to content
Snippets Groups Projects
Commit c0c07d08 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update config dist file: use single quotes

parent aef6663b
Branches
No related tags found
No related merge requests found
......@@ -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'
# ----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment