create_opendkim_key.sh: fix several errors.

This commit is contained in:
2019-01-03 00:56:22 +01:00
parent 6a81033790
commit e935c1e9ee
2 changed files with 180 additions and 110 deletions

View File

@ -24,8 +24,10 @@ dns_server="b.ns.oopen.de"
# -
# - Zone containing the DKIM TXT record.
# -
# - Example:
# - update_zone="dkim.oopen.de"
# - Defaults to '_domainkey.<dkim_domaini>'
# -
# - Note:
# - do NOT change/set this option unless you know what you do.
# -
#update_zone=""
@ -33,8 +35,10 @@ dns_server="b.ns.oopen.de"
# -
# - TTL for the DKIM TXT Record.
# -
# - Defaults to "360"
#TTL=360
# - Defaults to "" if update_dns=false
# - Defaults to "43200" if update_dns=true
#
#TTL=""
# ----------