Commit Graph

742 Commits (d0995665a327d8018399ecc7705f07c6c1d6364d)

Author SHA1 Message Date
Oliver Blaha cb7e38577d add support for upgrade from tag 5 years ago
neil 3d81641139 fix format 5 years ago
neil 0f24417cb3
Merge pull request #2769 from ianw/update-account-json
Update account.json on account update
5 years ago
neil f84a87f2a2 remove DEFAULT_DNS_SLEEP.
fix https://github.com/acmesh-official/acme.sh/issues/2773
5 years ago
Ian Wienand 72e1a1b2e9 Update account.json on account update
When running --updateaccount, the ca/<ca>/account.json file isn't
updated with the new response showing the updated account details.
This can be a bit confusing if you add an email to the account but
then you're not sure if it actually applied looking at this file.

Write out the new response on successful account updates.
5 years ago
alex 22f9a3b467 Fix error on docker deploy command with spaces.
This adds quotes to the last eval in _getdeployconf which is reponsible
for loading and exporting saved environment variables back into the
acme.sh process. This caused some errors if used with the docker
deploy-hook and the example nginx "service nginx force-reload" command
as it contains spaces.
5 years ago
xpac1985 463df9e4ba
Make socat debug output show version + features instead of help text 5 years ago
neil 490fbfc13e
Merge pull request #2701 from xpac1985/patch-1
Updated/fixed some entries in --help output
5 years ago
neilpang 09f74a9af8 start v2.8.6, change the repo name 5 years ago
neilpang f8b225e70e fix format 5 years ago
neilpang fc3a181779 move the error message 5 years ago
neilpang 9541ea6a9f fix bug https://github.com/Neilpang/acme.sh/issues/2695
If a domain was already verified by http-01 method,  when we try to issue a cert for them same domain with dns-01 method, we just get only one challenge object of type http-01 with "valid" status, from the authz-v3 url. So, we report error that we are not able the validate the domain, because of that we don't find dns-01 challenge.
This behavior is not the same as before. I believe it was changed by the letsencrypt CA.
5 years ago
neilpang f716f6060e minor check update hash for branch name 5 years ago
neilpang 05aa26e619 minor, remove space key 5 years ago
xpac1985 b6552aff75
Added maximum account key length to --help output 5 years ago
xpac1985 3c98fae4f2
Updated/fixed some entries in --help output 5 years ago
neilpang baff032e3b Merge branch 'up' into dev 5 years ago
neilpang 26309f51e3 start 2.8.5 5 years ago
neilpang f8f53a6bd9 debug 5 years ago
neilpang ac3667c765 fix https://github.com/Neilpang/acme.sh/issues/2693 5 years ago
neil 0712e98904 fix https://github.com/Neilpang/acme.sh/pull/2559 5 years ago
neilpang 7a3c61b744 check upgrade hash
https://github.com/Neilpang/acme.sh/issues/2667
5 years ago
neil f59f484c01
Merge pull request #2657 from gildea/master
Return failure when falling through limiting loop
5 years ago
gildea a44ea0ddf0
Return failure when falling through limiting loop
In _send_signed_request and _check_dns_entries, return 1 when the
timeout (or number of retries) has been exhausted.  This allows
the calling function to correctly handle the error.
5 years ago
Zbyszek Żółkiewski 5014f83b86
Fix case sensitive detection of domain in the response request 5 years ago
neil aac9f089d9
Merge pull request #2583 from JohnVillalovos/dev
debug_bash_helper: Use eval as busybox systems have problems
5 years ago
John L. Villalovos adce8f52e8 debug_bash_helper: Use eval as busybox systems have problems
In _debug_bash_helper use eval as we are seeing issues with busybox
systems having issues with array access. Even though they aren't
actually running the code they appear to be parsing it and failing.

Also older versions of busybox have a bug with eval and double quotes,
so make sure to use single quotes when using eval.

Resolves: #2579
5 years ago
arlecchino 867ec010ab
Fix callhook error in manual mode
Fixes #1586  
Check force manual switch before causing error about it.
5 years ago
neil eb6238781d
Merge pull request #2546 from JohnVillalovos/master
Improve debug capabilities when using bash
5 years ago
neilpang 5698bec621 fix https://github.com/Neilpang/acme.sh/issues/2566 5 years ago
neilpang 671edc33e1 fix background color 5 years ago
John L. Villalovos bba5376a36 Improve debug capabilities when using bash
When calling the _debug3() function will print the filename, function
name, and line number when running under bash
5 years ago
neilpang d04c6dd3ac fix https://github.com/Neilpang/acme.sh/issues/2557 and https://github.com/Neilpang/acme.sh/issues/2544 5 years ago
Peter Dave Hello ac9f6e3a41 Remove trailing spaces in text files
This issue in the shell scripts will also be detected in the stable
version of shfmt(we are currently using an ancient pre-release of shfmt)
6 years ago
neilpang 1e7534b9d7 fix https://github.com/Neilpang/acme.sh/issues/2518#issuecomment-538474232 6 years ago
neil 477a04760c
support google public dns (#2522)
* support google dns

* let's start 2.8.4
6 years ago
neilpang b4a62bfa30 let's start 2.8.4 6 years ago
neilpang 10eec7d48c support google dns 6 years ago
neilpang be0df07dfb fix list() performance
https://github.com/Neilpang/acme.sh/issues/2296
6 years ago
neilpang 1ba4ab2bd1 fix https://github.com/Neilpang/acme.sh/issues/2503 6 years ago
neilpang 51b4a9e350 fix HEAD request against the new LE CDN.
wget is fixed
6 years ago
neilpang 5723fd112f fix HEAD request against the new LE CDN.
curl is fixed
6 years ago
neilpang 815a3be48b fix https://github.com/Neilpang/acme.sh/issues/2478
support `sudo -i` and `sudo -s`
6 years ago
neilpang 1081d98bf9 support to specify the nginx or site conf for nginx mode.
https://github.com/Neilpang/acme.sh/issues/2469
6 years ago
neilpang 5bdfdfefbe start 2.8.3 Forbidden sudo 6 years ago
mleo2003 c7849a43e1 Add variable exports for Successful Post Hook and Renew Hook calls (#2431) 6 years ago
neilpang 143eac092c fix notify message 6 years ago
neilpang 75191e7187 fix https://github.com/Neilpang/acme.sh/issues/2417 6 years ago
neilpang b9b2cd278b fix https://github.com/Neilpang/acme.sh/pull/2275 6 years ago
neilpang 9a733a57e7 fix https://github.com/Neilpang/acme.sh/issues/2377 6 years ago