add_dkim_key.sh/conf/add_dkim_key.conf.sample: some really minor changes..

This commit is contained in:
Christoph 2022-11-02 16:55:49 +01:00
parent 2aca228ed5
commit 20bbf60989
2 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ usage() {
clean_up 1 clean_up 1
} }
d
clean_up() { clean_up() {
# Perform program exit housekeeping # Perform program exit housekeeping

View File

@ -17,7 +17,7 @@
# - DNS_DKIM_ZONE_MASTER_SERVER="b.ns.oopen.de" # - DNS_DKIM_ZONE_MASTER_SERVER="b.ns.oopen.de"
# - DNS_DKIM_ZONE_MASTER_SERVER="dns0.warenform.de" # - DNS_DKIM_ZONE_MASTER_SERVER="dns0.warenform.de"
# #
DNS_DKIM_ZONE_MASTER_SERVER="b.ns.oopen.de" #DNS_DKIM_ZONE_MASTER_SERVER=""
# - TTL # - TTL
@ -41,10 +41,10 @@ DNS_DKIM_ZONE_MASTER_SERVER="b.ns.oopen.de"
# - Example: # - Example:
# - # -
# - # Key b.ns.oopen.de # - # Key b.ns.oopen.de
# - key_secret="EtvvMdW0PXD4GMHP+onuHZ0dT/Z8OSJGlce/xH10OwI=" # - KEY_SECRET="EtvvMdW0PXD4GMHP+onuHZ0dT/Z8OSJGlce/xH10OwI="
# - # -
# - # Key dns0.warenform.de # - # Key dns0.warenform.de
# - key_secret="qG9e/gOucCXcwVUTU+uewU0Yth1iJh2JHgnogrHvh2A=" # - KEY_SECRET="qG9e/gOucCXcwVUTU+uewU0Yth1iJh2JHgnogrHvh2A="
# - # -
#KEY_SECRET="" #KEY_SECRET=""