Skip to content

Commit e4154c4

Browse files
authored
Merge pull request #735 from xyide/godaddy-enhancements
GoDaddy enhancements
2 parents 734940d + 01909f0 commit e4154c4

File tree

6 files changed

+130
-274
lines changed

6 files changed

+130
-274
lines changed

dns_scripts/00GoDaddy-README.txt

Lines changed: 0 additions & 63 deletions
This file was deleted.

dns_scripts/GoDaddy-README.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ With those in hand, the installation procedure is:
3434
DNS_DEL_COMMAND="/usr/share/getssl/dns_scripts/dns_del_godaddy"
3535
# The API key for your account/this domain
3636
export GODADDY_KEY="..." GODADDY_SECRET="..."
37+
# If you have been using GODADDY_BASE previously, then it is no
38+
longer necessary. The base domain will automatically be determined.
3739

3840
4) Set any other options that you wish (per the standard
3941
directions.) Use the test CA to make sure that

dns_scripts/dns_add_godaddy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ export GODADDY_KEY
3838
export GODADDY_SECRET
3939
export GODADDY_BASE
4040

41-
$GODADDY_SCRIPT -q add "${fulldomain}" "_acme-challenge.${fulldomain}." "${token}"
41+
$GODADDY_SCRIPT -q add "_acme-challenge.${fulldomain}." "${token}"

dns_scripts/dns_del_godaddy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ export GODADDY_KEY
3636
export GODADDY_SECRET
3737
export GODADDY_BASE
3838

39-
$GODADDY_SCRIPT -q del "${fulldomain}" "_acme-challenge.${fulldomain}." "${token}"
39+
$GODADDY_SCRIPT -q del "_acme-challenge.${fulldomain}." "${token}"

0 commit comments

Comments
 (0)