-
Notifications
You must be signed in to change notification settings - Fork 1
Example config: GetSSL
Christian edited this page May 30, 2018
·
4 revisions
Default location for GetSSL's config file: ~/.getssl/getssl.cfg
Required minimal configuration to use this script:
VALIDATE_VIA_DNS="true"
DNS_ADD_COMMAND="$HOME/scripts/acme-dns-inwx --add"
DNS_DEL_COMMAND="$HOME/scripts/acme-dns-inwx --del"
Recommended, but not required:
#CHECK_ALL_AUTH_DNS="true"
AUTH_DNS_SERVER="ns.domrobot.com"
DNS_WAIT=10
DNS_EXTRA_WAIT=60
acme-dns-inwx Wiki
Wanna help at the wiki? Open a new issue to get write access!