Commit Graph

613 Commits

Author SHA1 Message Date
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
Casper 9082862b9d
Updated --accountemail help
https://github.com/Neilpang/acme.sh/issues/1074#issuecomment-337672763
2018-03-17 14:45:49 +01:00
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)
2018-03-16 11:21:03 +01:00
neilpang 38f1b4d205 fix wildcard interpretation 2018-03-14 22:03:58 +08:00
neilpang 931d19eece fix for wildcard domain interpretation 2018-03-14 21:56:40 +08:00
neilpang 88bbe55b85 fix wrong wildcard domain interpretation 2018-03-14 21:54:32 +08:00
neilpang dd17124ec6 fix error 2018-03-14 21:45:16 +08:00
neilpang 674b50889e fix wildcard domains 2018-03-14 21:42:12 +08:00
neilpang 263c38caec add more debug info 2018-03-14 21:27:29 +08:00
neilpang 3881f22192 fix https://github.com/Neilpang/acme.sh/issues/1375
add more info
2018-03-14 21:20:27 +08:00
neilpang 664446631f add debug info 2018-03-14 20:52:18 +08:00
neilpang c5f1cca3a0 fix https://github.com/Neilpang/acme.sh/issues/1372 2018-03-14 20:30:51 +08:00
neil a7407097e1
Merge pull request #1374 from Neilpang/master
sync
2018-03-14 20:13:14 +08:00
neilpang 749c0e51e6 start 2.7.8 2018-03-14 19:42:02 +08:00
anabis 0f120c41f1
fix syntax error missing space 2018-03-14 11:05:57 +01:00
neilpang a5a0e564dd fix https://github.com/Neilpang/acme.sh/issues/1322 2018-03-10 10:33:33 +08:00
neilpang 716f727753 fix https://github.com/Neilpang/acme.sh/issues/1105 2018-03-09 20:14:41 +08:00
neilpang 7e381f8e5d fix format 2018-03-09 08:09:32 +08:00
neilpang 183063a244 add more safe check 2018-03-09 08:06:42 +08:00
neilpang ef871775b7 fix https://github.com/Neilpang/acme.sh/issues/1336 for wget 2018-03-08 21:27:52 +08:00
neilpang 45e386b26d fix https://github.com/Neilpang/acme.sh/issues/1336 2018-03-08 19:49:53 +08:00
neilpang e1db5db8ac fix https://github.com/Neilpang/acme.sh/issues/1105 2018-03-07 21:25:07 +08:00
jim-p 7445a3be59 Add ACME v2 test around cert copy. Fixes #1330
Without this, the work done a few lines above is clobbered, leaving
the fullchain.cer containing only the certificate, not the CA and
certificate chain.
2018-03-06 17:00:57 -05:00
neil 61eaa44cf8
Merge pull request #1316 from Neilpang/alias
Alias
2018-03-01 22:38:05 +08:00
neilpang 86ef0a2609 fix https://github.com/Neilpang/acme.sh/issues/1295 2018-02-21 10:05:27 +08:00
neilpang bae50da799 fix https://github.com/Neilpang/acme.sh/issues/1266 2018-02-21 09:45:36 +08:00