Commit Graph

628 Commits (8bd12ed040c65fcc5b4919c1f81835c579da6314)

Author SHA1 Message Date
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
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
neil 563de2cc90
Merge pull request #1926 from Rohlik/patch-1
Fix dot
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
neil e550631275
Merge pull request #1886 from philr/skip_alias_when_already_verified
Skip aliases of already verified domains
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 6a81b0f807 Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev 7 years ago
neilpang 3322630732 minor, debug msg 7 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.
7 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
neil fe69afdefb
Merge pull request #1401 from casperklein/patch-1
Updated --accountemail help
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
neilpang 38f1b4d205 fix wildcard interpretation 7 years ago
neilpang 931d19eece fix for wildcard domain interpretation 7 years ago
neilpang 88bbe55b85 fix wrong wildcard domain interpretation 7 years ago
neilpang dd17124ec6 fix error 7 years ago
neilpang 674b50889e fix wildcard domains 7 years ago
neilpang 263c38caec add more debug info 7 years ago
neilpang 3881f22192 fix https://github.com/Neilpang/acme.sh/issues/1375
add more info
7 years ago
neilpang 664446631f add debug info 7 years ago