neilpang
3633598462
Lets start 2.8.1
6 years ago
neilpang
545f23551f
trigger validation before cleanup
fix https://github.com/Neilpang/acme.sh/issues/2037
6 years ago
neilpang
b15c1ffedc
clean TXT records when error happens.
https://github.com/Neilpang/acme.sh/issues/2037
6 years ago
shonenada
3bc6628227
Update Qiniu's domain settings after uploading certificate
6 years ago
shonenada
e19809d5b5
Add deployment for qiniu cdn
Upload certificate and privkey to Qiniu's CDN service with https://developer.qiniu.com/fusion/api/4248/certificate
6 years ago
Fabio Kruger
dd068467de
2020 Added a space to improve log readability
6 years ago
neil
0483d841e3
Support Post as Get ( #2009 )
* Support POST as GET
https://community.letsencrypt.org/t/acme-v2-scheduled-deprecation-of-unauthenticated-resource-gets/74380
* fix PAG,
The newline '\n' in response is removed by _send_signed_request(), to keep it, we just use needbase64
* fix PAG, the cert is muti line
* fix format
* PAG is only for v2
6 years ago
neilpang
ad613e2437
fix alpn oid.
https://github.com/Neilpang/acme.sh/issues/2005
6 years ago
neilpang
ec67a1b2c1
Do not limit the renew days to 60, it's just a default value.
buypass support 180 days.
6 years ago
neilpang
b32071ad04
remove unused code
6 years ago
Ketil
65a2f789dc
Removing BUYPASS_CA variable
6 years ago
Ketil
8bd12ed040
Rewrite to remove BuyPass spesific fixes and adapt ACME v1
6 years ago
Ketil
920cab6f12
Added fixes to also use BuyPass Go ACME server
6 years ago
Ketil
9756adb933
Fixed spelling of 'tigger' to 'Trigger'.
6 years ago
neilpang
f99ca918db
fix format
6 years ago
neilpang
79a0a66f1f
support --tlsport
6 years ago
neilpang
08681f4a8b
support tls-alpn-01 https://github.com/Neilpang/acme.sh/issues/1675#issuecomment-447857756
6 years ago
neilpang
2b9ebd6662
fix showcsr https://github.com/Neilpang/acme.sh/issues/1968
6 years ago
neilpang
238990a285
add more debug info
https://github.com/Neilpang/acme.sh/issues/1932
6 years ago
neilpang
9841063df9
fix nginx mode
6 years ago
neilpang
137dc1eac0
fix https://github.com/Neilpang/acme.sh/issues/1912
6 years ago
Thomas Rohlik
5fee82ce39
Fix dot
Very important commit 🥇
6 years ago
neilpang
7903fcb48c
fix typo
6 years ago
neilpang
9672c6b885
fix https://github.com/Neilpang/acme.sh/issues/1905
6 years ago
Phil Ross
fd536d373e
Skip aliases of already verified domains.
When issuing a two-domain certificate using a different alias for each
domain, if the first domain is already verified, verification for the
second domain would be attempted (unsuccessfully) using the alias of the
first domain.
Increment the alias index when skipping verified domains so that the
correct alias will be used for subsequent domains.
6 years ago
neilpang
3322630732
minor, debug msg
6 years ago
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.
6 years ago
neilpang
709a3fb06f
add more retry for badnonce error
7 years ago
neilpang
cc2d59468d
use json content type for both v1 and v2
7 years ago
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.
7 years ago
neilpang
411b342a27
request a new nonce for invalid anti-replay nonce error
7 years ago
neilpang
b9b7032386
lets start v2.8.0
7 years ago
neil
9cecd525e2
fix JWS has an invalid anti-replay nonce https://github.com/Neilpang/acme.sh/issues/1630
7 years ago
neilpang
206be3c161
fix https://github.com/Neilpang/acme.sh/issues/1633
7 years ago
Steffen Busch
e32b3aac22
Added --force-color to enforce the use of ANSI Color. Issue #1557
7 years ago
neilpang
66686de4e4
add --branch
7 years ago
neilpang
ce8dca7afe
move renewhook after installcert
fix https://github.com/Neilpang/acme.sh/issues/1547
7 years ago
neilpang
09304c33c1
start 2.7.9
7 years ago
neilpang
aad309ee4f
fix https://github.com/Neilpang/acme.sh/issues/1430
7 years ago
neilpang
a0923622ae
fix https://github.com/Neilpang/acme.sh/issues/1029
https://github.com/Neilpang/acme.sh/wiki/dns-manual-mode
7 years ago
neilpang
668c43abf3
add more debug info
7 years ago
neilpang
e8b54a5087
fix ACCOUNT_URL
7 years ago
neilpang
39852662a6
fix content type
7 years ago
neilpang
6a66ba8a21
fix https://github.com/Neilpang/acme.sh/issues/1411
7 years ago
neilpang
36a7a84080
fix https://github.com/Neilpang/acme.sh/issues/1411
7 years ago
neilpang
7e0b334b38
fix empty ACCOUNT_URL for v2 for the first time use
7 years ago
neilpang
5d8d217a13
add more debug info
7 years ago
neilpang
323febe8c7
add more debug log
7 years ago
Casper
9082862b9d
Updated --accountemail help
https://github.com/Neilpang/acme.sh/issues/1074#issuecomment-337672763
7 years ago
Claus F. Strasburger
a8b62261f6
Documentation: what to do when using dns-manual
Change the hint that tells you how to use DNS manual (second run needs to be --renew)
7 years ago