Christopher Kobayashi
b74623a94a
Consistently use /usr/bin/env instead of /bin/bash for portability.
3 years ago
Cyrus Joudieh
e30dda8009
Windows and IIS Support. Windows bash support.
4 years ago
atisne
7da77d5e43
Make the script silent when successful
and avoid to display the error twice on failure.
4 years ago
atisne
468a375775
Add the ability to choose the ACME-DNS server
Needed for self-hosted servers.
4 years ago
atisne
98256ab5c1
Add the ability to set DNS API configuration at domain level
ACME-DNS provide credentials for each domain. Each credential is allowed to
update only its subdomain record.
4 years ago
atisne
60185bed37
dns_del_acmedns should not be identical to dns_add_acmedns
For now, acme-dns does not provide a delete API service.
Its strategy is to update an existing record.
So this call isn't relevant and must be neutral.
4 years ago
Cyrus Joudieh
c4fdf6c1db
Added support for Hostway API
4 years ago
Cyrus Joudieh
8ef808a442
Supporting ISPConfig API
4 years ago
Steve Kennedy
71a7106bef
updates based on spellcheck
4 years ago
Steve Kennedy
13f7cc9d9a
GoDaddy Updates
- Support for domains longer than 3 segments (ex. 1.www.mydomain.com).
- No need for GODADDY_BASE. Domain will be automatically determined from full RR name.
- Update to delete challenge records.
4 years ago
Tim Kimber
d882efaa91
Add execute permissions to dns scripts
4 years ago
Tim Kimber
e5cb7fedfd
Support acme-dns and fix CNAME issues
4 years ago
Thomas Mieslinger
63d8206794
add scripts to use IONOS DNS API
4 years ago
Owen Griffin
31b51a0e60
Allow multiple zone_ids to be used with Azure DNS
4 years ago
Owen Griffin
966f618349
dns_scripts for Azure CLI
4 years ago
Robin KERDILES
ce61e500ab
Support environment variables when using DNS challenges with OVH
4 years ago
Timothe Litt
e315d870e4
Fix lint from merge
5 years ago
mokaton
4c3be42e97
DeprecationWarning: please use dns.resolver.Resolver.resolve()
Fixed issue with deprecated function query for dns.resolver.Resolver
5 years ago
Tim Kimber
efbe5ce7d3
ignore some shellcheck warnings
indentation / whitespace changes
5 years ago
pping
6fcc16737f
Create Aliyun DNS Scripts
Founded in 2009, Aliyun is a leading cloud computing and artificial intelligence technology company in China
5 years ago
Maciej Modzelewski
8d24863cb9
Update GoDaddy DNS scripts
5 years ago
Tim Kimber
761e61fded
Add dns scripts for cpanel
5 years ago
Tim Kimber
b931b79d62
Fix execute permission on dns scripts
5 years ago
Tim Kimber
5732867d2d
Move DNS used for staging tests to Dynu
5 years ago
Tim Kimber
92673dae6e
Add dns scripts for Dynu.com
5 years ago
Tim Kimber
1199739fc9
Move DNS used for staging tests to Dynu
5 years ago
Tim Kimber
9350bce17f
Add dns scripts for Dynu.com
5 years ago
Wade Fitzpatrick
e045239a35
Allow scoped Cloudflare API Tokens
5 years ago
Tim Kimber
ad097a5b29
Add bad gateway retry logic to duckdns del command
5 years ago
Tim Kimber
90a418801d
Add retry logic for "Bad Gateway" duckdns error
5 years ago
Tim Kimber
d24782088d
Add --retry to curl to fix occasional "Bad Gateway" errors
6 years ago
Scott Gustafson
50a9865e71
Fix route53 script for python 3.
6 years ago
Tim Kimber
953bfd25c2
Fix bug with DNS-01 and multiple domains
6 years ago
Tim Kimber
a67dc5db09
Add +x for scripts used in testing
6 years ago
Tim Kimber
1c8937d054
Fix execution permissions
6 years ago
Tim Kimber
6fea6179ba
Merge pull request #513 from 532910/nsupdate_options
6 years ago
Tim Kimber
aa5eb90a6b
Add tests using staging server
6 years ago
sergio
b869824b49
nsupdate scripts: add support for custom nameserver and zone
6 years ago
sergio
64d8405ede
indent correction
6 years ago
sergio
535909bd3b
${options} must be without quotes
6 years ago
Radek SPRTA
b1e177f45e
Handle domains of .co.uk type
6 years ago
Radek SPRTA
b8b70f7cee
Support certificates with SANs
6 years ago
Radek SPRTA
770277c7ad
Add support for CloudDNS
6 years ago
Tim Kimber
2f3e5da3e8
Improved test script (http01 and dns01)
6 years ago
Tsaukpaetra
813276ee80
Create dns_freedns.sh
Should probably be fixed up, I've only hacked up @dkerr64's version for acme.sh to work on my local instance. It assumes you're using curl, I didn't bother stealing acme.sh's whole library of functions.
DNS_ADD_COMMAND="~/.getssl/dns_freedns.sh add"
DNS_DEL_COMMAND="~/.getssl/dns_freedns.sh rm"
6 years ago
srvrco
a41fa6bad8
adding godaddy dns scripts and related updates
8 years ago
srvrco
a1b322fdec
adding Torsten's joker.com API
8 years ago
Robbie Mckennie
4e7e13ca6c
Nsupdate one-liner ( #393 )
Pipe the commands to nsupdate
6 years ago
Emily Karisch
d62800b454
Make a stricter comparison for matching against zone names
This adds a dot in front of the fqdn and the zone name, so the
comparison will only check against full DNS parts of the fqdn and the
zone name. This will prevent to match a fqdn against an unrelated zone
name which overlaps with the wanted zone in the naming.
Fixes #398
7 years ago
Timothe Litt
b6788320ce
More GoDaddy API changes
PUT now requires a relative domain name.
GET changed the order of name and data in the JSON.
Note: Due to the API changes, you may need to add
GODADDY_BASE to getssl.cfg. This is a space-separated
list of base domain names (zones) in which the challenge
responses are entered. There doesn't seem to be a way
around this that works in all cases, as the GoDaddy API
requires that the zone name be known.
8 years ago