Timothe Litt
b028cb7291
Merge branch 'master' of https://github.com/srvrco/getssl
Local changes (to be pushed upstream):
add standard -v and --version options
dns_godaddy - correct fix for a godaddy API change
export AUTH_DNS_SERVER, PUBLIC_DNS_SERVER, LANG for hooks
apply $DNS_CHECK_OPTIONS to all dns lookups (for binding to an IP or
applying a TSIG file)
When making combined cert/key files, force 077 permissions
In Makefile, handle *_scripts directories with install to get proper permissions.
Update template with advice on split views.
In dns_*_nsupdate, fix indent, prevent malformed commands
5 years ago
Tim Kimber
d8006d6585
Update README.md
5 years ago
Tim Kimber
cdea0e314b
Merge pull request #654 from sideeffect42/fix/dns-cname
Fix DNS challenges with CNAMEs on different DNS servers
5 years ago
Tim Kimber
8625e0774b
Update change log and version
5 years ago
Tim Kimber
4846512269
Tweaks so non-cname domains work, fix broken retry dns add test
5 years ago
Tim Kimber
8a8abc93c8
Merge pull request #655 from mokaton/master
DeprecationWarning: please use dns.resolver.Resolver.resolve()
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
370acef7d4
Merge branch 'PeterDaveHelloKitchen-ImproveTestProcess'
5 years ago
Tim Kimber
f51b95bba9
Merge branch 'ImproveTestProcess' of git://github.com/PeterDaveHelloKitchen/getssl into PeterDaveHelloKitchen-ImproveTestProcess
5 years ago
Dennis Camera
20fc8affa6
Resolve CNAMEs before searching for authoritative DNS server
5 years ago
Dennis Camera
87ae2500d9
Fix DNS challenge completion check if CNAMEs on different NS are used
5 years ago
Dennis Camera
3eb7ba3540
Split DNS add and remove into separate functions
5 years ago
Tim Kimber
f441bb44a3
Merge pull request #653 from pping/master
Create Aliyun DNS Scripts
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
Tim Kimber
a86d667da4
Merge pull request #652 from mmodzelewski/godaddy_dns
Update GoDaddy DNS scripts
5 years ago
Maciej Modzelewski
8d24863cb9
Update GoDaddy DNS scripts
5 years ago
Tim Kimber
c4d33ca5db
Merge pull request #651 from srvrco/timkimber/remote-domain-does-not-match
Better message for cert does not match
5 years ago
Tim Kimber
073b33c7f6
Add more info to message for "Certificate on remote domain does not match"
5 years ago
Tim Kimber
2dd9e9acd4
Tweak full chain heading
5 years ago
Tim Kimber
c65bd5e812
Merge pull request #648 from srvrco/timkimber/issue646
DNS scripts for cpanel
5 years ago
Tim Kimber
349210e2d9
Document wildcards, PREFERRED_CHAIN and FULL_CHAIN_INCLUDE_ROOT
5 years ago
Tim Kimber
761e61fded
Add dns scripts for cpanel
5 years ago
Tim Kimber
39ddb2da7a
Tweaked code in requires() so it doesn't break function auto complete in vscode
5 years ago
Tim Kimber
4c1d347b11
Merge pull request #643 from srvrco/timkimber/issue594
Fixes #594
5 years ago
Tim Kimber
8bb2114174
Remove debug
5 years ago
Tim Kimber
da63cf3ac4
Fix awk command for pebble
5 years ago
Tim Kimber
4f5b518038
Update staging certificate names
5 years ago
Tim Kimber
2863e9e52d
Clear previous dns entries before adding a new entry
5 years ago
Tim Kimber
27af6d9f2f
Fix test scripts to add to dns once and remove once
5 years ago
Tim Kimber
e19afe87af
Fixes double slash reported in #585
5 years ago
Tim Kimber
522918f023
Add FULL_CHAIN_INCLUDE_ROOT
Fixes #594 #272 #564
5 years ago
Tim Kimber
e761765482
Merge pull request #641 from CoolMischa/master
ftp with explicit SSL
5 years ago
update process
aae71fd763
ftpes added to curl upload of challenge
5 years ago
update process
973f5886ae
ftpes added to curl upload of challenge
5 years ago
Tim Kimber
119b238c2d
Merge pull request #640 from srvrco/preferred-chain
preferred-chain
5 years ago
Tim Kimber
10061936bd
Fix interpreter line in dns_add_fail
5 years ago
Tim Kimber
fa89d7bfed
Add tests for PREFERRED_CHAIN
5 years ago
Tim Kimber
afabbc6506
Add PREFERED_CHAIN
5 years ago
Tim Kimber
67a7e5d453
Merge getssl-dns01 and getssl-staging-dns01 into a single cfg file
5 years ago
Tim Kimber
c3e5a890fe
Merge pull request #639 from srvrco/Fix-upgrade-test
Fix tests failure when pushing new version to master
5 years ago
Tim Kimber
d9559b1e42
Fix tests failure when pushing new version to master
5 years ago
Tim Kimber
bce73adc07
Merge pull request #638 from softins/fix-version-report
Prevent listing the complete file if version tag missing
5 years ago
Tony Mountifield
a5512c00ff
Add description of change to the change log.
5 years ago
Tony Mountifield
d964140503
Prevent listing the complete file if version tag missing
Also added missing (2.34) tag to end of the change log.
Couple of minor changes to output messages.
5 years ago
Tim Kimber
8b796422db
Merge pull request #635 from Benno-K/Implement-feature-from-issue-634
Implement #634 - allow -u without domain(s)
5 years ago
Benno-K
9853fd39d6
More elegant way to get versions
5 years ago
Benno-K
15a8f9f1ee
Removed echo-statements
5 years ago
Benno-K
a342bf7f4c
Changed 32-test-upgrade.bats to actually check the update functionality of the newly developped version - also change the way of determining the versions
5 years ago
Benno-K
088e551313
after wild trying go back to what I think is it, even if I know that the upgrade tests fail with that
5 years ago