neilpang
43ff787b04
remove tls-sni
2019-01-26 18:32:11 +08:00
neilpang
3633598462
Lets start 2.8.1
2019-01-25 22:39:22 +08:00
neilpang
545f23551f
trigger validation before cleanup
...
fix https://github.com/Neilpang/acme.sh/issues/2037
2019-01-21 22:25:23 +08:00
neilpang
b15c1ffedc
clean TXT records when error happens.
...
https://github.com/Neilpang/acme.sh/issues/2037
2019-01-21 22:09:13 +08:00
Fabio Kruger
dd068467de
2020 Added a space to improve log readability
2019-01-10 19:33:25 +01:00
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
2019-01-06 21:05:33 +08:00
neilpang
ad613e2437
fix alpn oid.
...
https://github.com/Neilpang/acme.sh/issues/2005
2019-01-04 22:40:59 +08:00
neilpang
ec67a1b2c1
Do not limit the renew days to 60, it's just a default value.
...
buypass support 180 days.
2018-12-28 22:52:40 +08:00
neilpang
b32071ad04
remove unused code
2018-12-28 22:12:54 +08:00
Ketil
65a2f789dc
Removing BUYPASS_CA variable
2018-12-28 13:26:20 +01:00
Ketil
8bd12ed040
Rewrite to remove BuyPass spesific fixes and adapt ACME v1
2018-12-28 09:22:31 +01:00
Ketil
920cab6f12
Added fixes to also use BuyPass Go ACME server
2018-12-27 16:06:41 +01:00
neilpang
f99ca918db
fix format
2018-12-18 20:33:33 +08:00
neilpang
79a0a66f1f
support --tlsport
2018-12-18 20:18:18 +08:00
neilpang
08681f4a8b
support tls-alpn-01 https://github.com/Neilpang/acme.sh/issues/1675#issuecomment-447857756
2018-12-18 19:28:38 +08:00
neilpang
2b9ebd6662
fix showcsr https://github.com/Neilpang/acme.sh/issues/1968
2018-12-17 23:02:02 +08:00
neilpang
238990a285
add more debug info
...
https://github.com/Neilpang/acme.sh/issues/1932
2018-12-16 21:10:22 +08:00
neilpang
9841063df9
fix nginx mode
2018-12-06 22:05:26 +08:00
neil
563de2cc90
Merge pull request #1926 from Rohlik/patch-1
...
Fix dot
2018-11-24 10:32:39 +08:00
neilpang
137dc1eac0
fix https://github.com/Neilpang/acme.sh/issues/1912
2018-11-23 22:53:02 +08:00
Thomas Rohlik
5fee82ce39
Fix dot
...
Very important commit 🥇
2018-11-19 16:09:32 +01:00
neil
e550631275
Merge pull request #1886 from philr/skip_alias_when_already_verified
...
Skip aliases of already verified domains
2018-11-10 21:32:05 +08:00
neilpang
7903fcb48c
fix typo
2018-10-30 22:50:44 +08:00
neilpang
9672c6b885
fix https://github.com/Neilpang/acme.sh/issues/1905
2018-10-30 22:14:49 +08:00
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.
2018-10-18 17:57:15 +01:00
neilpang
6a81b0f807
Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
2018-09-25 23:42:14 +08:00
neilpang
3322630732
minor, debug msg
2018-09-25 23:42:04 +08:00
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.
2018-08-14 10:04:14 +02:00
neilpang
709a3fb06f
add more retry for badnonce error
2018-07-28 22:02:03 +08:00
neilpang
cc2d59468d
use json content type for both v1 and v2
2018-07-26 21:57:22 +08:00
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.
2018-07-24 22:41:01 -05:00
neilpang
411b342a27
request a new nonce for invalid anti-replay nonce error
2018-07-18 22:00:09 +08:00
neilpang
b9b7032386
lets start v2.8.0
2018-07-18 00:33:07 +08:00
neil
9cecd525e2
fix JWS has an invalid anti-replay nonce https://github.com/Neilpang/acme.sh/issues/1630
2018-07-18 00:26:21 +08:00
neilpang
206be3c161
fix https://github.com/Neilpang/acme.sh/issues/1633
2018-05-29 22:38:52 +08:00
Steffen Busch
e32b3aac22
Added --force-color to enforce the use of ANSI Color. Issue #1557
2018-04-26 21:02:37 +02:00
neilpang
66686de4e4
add --branch
2018-04-21 13:21:56 +08:00
neilpang
ce8dca7afe
move renewhook after installcert
...
fix https://github.com/Neilpang/acme.sh/issues/1547
2018-04-21 13:15:17 +08:00
neilpang
09304c33c1
start 2.7.9
2018-03-29 21:51:33 +08:00
neilpang
aad309ee4f
fix https://github.com/Neilpang/acme.sh/issues/1430
2018-03-24 00:06:39 +08:00
neilpang
a0923622ae
fix https://github.com/Neilpang/acme.sh/issues/1029
...
https://github.com/Neilpang/acme.sh/wiki/dns-manual-mode
2018-03-21 20:30:52 +08:00
neilpang
668c43abf3
add more debug info
2018-03-18 21:06:37 +08:00
neilpang
e8b54a5087
fix ACCOUNT_URL
2018-03-18 19:32:45 +08:00
neilpang
39852662a6
fix content type
2018-03-18 19:29:02 +08:00
neilpang
6a66ba8a21
fix https://github.com/Neilpang/acme.sh/issues/1411
2018-03-18 18:57:56 +08:00
neilpang
36a7a84080
fix https://github.com/Neilpang/acme.sh/issues/1411
2018-03-18 18:34:35 +08:00
neilpang
7e0b334b38
fix empty ACCOUNT_URL for v2 for the first time use
2018-03-18 18:20:29 +08:00
neilpang
5d8d217a13
add more debug info
2018-03-18 11:36:04 +08:00
neilpang
323febe8c7
add more debug log
2018-03-18 11:14:03 +08:00
neil
fe69afdefb
Merge pull request #1401 from casperklein/patch-1
...
Updated --accountemail help
2018-03-17 22:01:50 +08:00