Commit Graph

2275 Commits (9c39121e999f695ccc8a9739bcc09bdfa681bf31)
 

Author SHA1 Message Date
Janos Lenart 9c39121e99 Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
neil 659a60aeec
Merge pull request from gliljas/patch-2
Spelling in dns_aws.sh
neil b0268adad9
Merge pull request from omegazeng/dev
add dns api support for dnspod.com
neil 71e4bbfc99
Merge pull request from ctron/feature/add_lexicon_opts_1
Add support for additional Lexicon options
neil c6bd004d63
Merge pull request from Aarup/dev
Update dns api to support v2 wildcard cert 
Aarup 8b6986ba18 Fix file formatting
Jens Reimann b23718f3ad Add support for additional Lexicon options
Aarup 8113548920 Update dns api to support v2 wildcard cert
Janos Lenart 441f8f3ce8 Replied to PR comments
Janos Lenart 1d4dec5510 Moved dns_gcloud to 47.
Janos Lenart 167758003c Fixed shfmt (dns_gcloud)
Janos Lenart 0a3ac1f5c3 Added support for Google Cloud DNS API (dns_gcloud)
neil 9173140ddf
Merge pull request from ghostwheel42/dev
createDomainKey: fix exitcode for creating new key
Alexander Graf 7aeb113c62 createDomainKey: fix exitcode for creating new key
when running acme.sh headless (without terminal) to create a new key
createDomainKey returns a non-zero exit-code.
explicitly returning zero avoids this.
Hitoshi 22cd408efb add dns api support for dnspod.com
Gunnar Liljas 4fbd21da57
Spelling
neil ac0cdcf70b
Merge pull request from lf-zbw/dev
Fix key leakage in SSH deploy log.
little-fat 63134fafec Fix key leakage in SSH deploy log
neil d19bc328f3
Merge pull request from oldium/add-lexicon-rm
Added dns_lexicon_rm command
neil 150029a5e2
Merge pull request from Neilpang/badnonce
add more retry for badnonce error
neilpang 709a3fb06f add more retry for badnonce error
neilpang cc2d59468d use json content type for both v1 and v2
Oldřich Jedlička 4369402855 Cleaned-up shellcheck warnings.
neil 0bc556618f
Merge pull request from j-c-m/time2str-dev
BSD fix _time2str()
Jesse Miller cb11580981 BSD fix _time2str()
date -u -d@"12345" does not produce an error on *BSD and outputs the
current date in UTC, which is not the expected output from _time2str()

Fix, reorder _time2str() to attempt BSD style date first, which
errors on Linux, so cascade style OS detection works correctly.
Old?ich Jedli?ka 0366e8758c Added reading of stored config.
Old?ich Jedli?ka 8d230dd798 Added dns_lexicon_rm command.
Remove created TXT record when finished. Works with lexicon version 2.3.0
and later.
neilpang 411b342a27 request a new nonce for invalid anti-replay nonce error
neilpang b9b7032386 lets start v2.8.0
neil 9cecd525e2 fix JWS has an invalid anti-replay nonce https://github.com/Neilpang/acme.sh/issues/1630
neil 4f5995abc0
Merge pull request from initit/master
added dnsapi for euserv.eu
Michael 2945b230e4 replaced tail/head with _tail_n/_head_n and printf with echo
Michael 261cc448f7 fixed shfmt related errors in dns_euserv.sh and modified README.md
Michael 616b0b6baa fixed shfmt related errors in dns_euserv.sh and modified README.md
Michael d99968ee6d Modified dnsapi/README.md
Michael 4a65ff6ae2 Merge https://www.github.com/initit/acme.sh
Michael 94f91ae687 initial version with Euserv.eu DNS API Support
- added dnsapi/dns_euserv.sh
 - modified dnsapi/README.md
Michael 28e4bcf67f initial version with Euserv.eu DNS API Support
neil 884461f1a6
Merge pull request from war59312/patch-2
Update README.md - HTTPS For centminmod.com Link
Will 26c669e42d
Update README.md - HTTPS For centminmod.com Link
Update README.md - HTTPS For centminmod.com Link
neil f60dde4138
Merge pull request from Neilpang/dev
Dev
neilpang 9c545059ae fix warning
neilpang 05dea7b22a fix warning
neil 5b3f915d90
Merge pull request from santerikannisto/patch-6
Issue  bug fix v3
Santeri Kannisto d987d61ea9
Issue bug fix v3
Eliminated php dependency with a private function for urlencode using sed. Php had failed on godaddy due to multiple php instances and naturally cron using the one without the necessary -r option. Compared to previous PR the sed code is now POSIX and should work on all environments.
neil dedb56d295
Merge pull request from kordianbruck/dev
Increase serial when adding txt records
neil 8697972d5d
Merge pull request from Neilpang/dev
check UNABLE_TO_AUTHENTICATE
neilpang f90a2ae195 check UNABLE_TO_AUTHENTICATE
neil 084de9d8e0
Merge pull request from Neilpang/dev
Dev
neilpang 206be3c161 fix https://github.com/Neilpang/acme.sh/issues/1633