Commit Graph

848 Commits

Author SHA1 Message Date
medmunds
f73034cc77 Add _clearaccountconf_mutable() 2021-08-10 09:28:23 +02:00
neilpang
3086ade543 make the fix for rsa key only 2021-08-10 09:28:23 +02:00
neilpang
307951fabf support openssl 3.0
fix https://github.com/acmesh-official/acme.sh/issues/3399
2021-08-10 09:28:23 +02:00
neil
1b2b4af3cc Chain (#3408)
* fix https://github.com/acmesh-official/acme.sh/issues/3384
match the issuer to the root CA cert subject

* fix format

* fix https://github.com/acmesh-official/acme.sh/issues/3384

* remove the alt files. https://github.com/acmesh-official/acme.sh/issues/3384
2021-08-10 09:27:38 +02:00
Gnought
6cea1cbb57 Updated --preferred-chain to issue ISRG properly
To support different openssl crl2pkcs7 help cli format
2021-08-10 09:27:38 +02:00
Alexander Kulumbeg
58ff7722cd Revert "Syncing with the original repo (#2)"
This reverts commit c384ed960c.
2021-08-10 09:27:23 +02:00
neil
88e758df0d fix https://github.com/acmesh-official/acme.sh/issues/3312 2021-08-10 09:25:09 +02:00
neilpang
22a377f04a fix https://github.com/acmesh-official/acme.sh/issues/3433 2021-08-10 09:25:09 +02:00
neilpang
e0946b822d fix https://github.com/acmesh-official/acme.sh/issues/3402 2021-08-10 09:25:09 +02:00
Geert Hendrickx
3bb1986bb5 No need to include EC parameters explicitly with the private key.
(they are embedded)
2021-08-10 09:25:09 +02:00
medmunds
c2a4f31368 Add _clearaccountconf_mutable() 2021-08-10 09:25:09 +02:00
neilpang
7597fb0566 make the fix for rsa key only 2021-08-10 09:25:09 +02:00
neilpang
2b14a17c85 support openssl 3.0
fix https://github.com/acmesh-official/acme.sh/issues/3399
2021-08-10 09:25:09 +02:00
neil
b80d8f4d2d Chain (#3408)
* fix https://github.com/acmesh-official/acme.sh/issues/3384
match the issuer to the root CA cert subject

* fix format

* fix https://github.com/acmesh-official/acme.sh/issues/3384

* remove the alt files. https://github.com/acmesh-official/acme.sh/issues/3384
2021-08-10 09:25:09 +02:00
Gnought
1c2e031153 Updated --preferred-chain to issue ISRG properly
To support different openssl crl2pkcs7 help cli format
2021-08-10 09:25:09 +02:00
neil
ce661b100c fix format 2021-08-10 09:25:09 +02:00
neil
8d035858ff fix online install (#3385) 2021-08-10 09:25:09 +02:00
neil
a03a874f3b add dns check wiki 2021-08-10 09:25:08 +02:00
neil
57417a3349 start 2.8.9 2021-08-10 09:25:08 +02:00
Bernard Spil
03e1c40885 Make domain names available to pre hook 2020-12-06 16:44:57 +01:00
neil
effa7fd57d add ACME_HTTP_NO_REDIRECTS and _resethttp to make http requests not follow redirects 2020-11-29 18:39:11 +08:00
neilpang
996f53373e fix https://github.com/acmesh-official/acme.sh/issues/3250 2020-11-25 18:07:54 +08:00
neil
cc8f2afce9 fix for Solaris, and add Solaris to Github actions 2020-11-22 21:41:22 +08:00
neil
199ca77c2a fix for PebbleStrict mode test. 2020-11-19 20:14:28 +08:00
neil
6ee38ceaba fix https://github.com/acmesh-official/acme.sh/issues/3252 2020-11-17 22:52:05 +08:00
neilpang
2c7d2230b3 minor 2020-09-04 18:25:00 +08:00
neilpang
0c9c1ae673 fix https://github.com/acmesh-official/acme.sh/issues/3140 2020-09-02 18:22:39 +08:00
neil
d73438a397 update comments 2020-09-01 21:30:56 +08:00
neil
f1692b3436 begin 2.8.8 2020-08-28 20:10:12 +08:00
neil
fdb96e91f1 match issuer ignoring case 2020-08-27 21:41:18 +08:00
neilpang
8d0e485120 add set-default-ca 2020-08-27 18:07:26 +08:00
Christopher Engelhard
b67d663a38 fix wrong options listed in --ecc help entry 2020-08-21 12:19:26 +02:00
Christopher Engelhard
dd6c5c9eea add documentation for --password option 2020-08-21 12:15:45 +02:00
Christopher Engelhard
2e87e64bd1 update individual Usage: messages to match showHelp 2020-08-21 12:12:30 +02:00
Christopher Engelhard
a48c22d14f add missing blank lines after links to wiki 2020-08-21 09:58:58 +02:00
Christopher Engelhard
1521199e44 add hidden alias --to-pkcs for --to-pkcs12 2020-08-21 09:56:57 +02:00
Christopher Engelhard
2910be82a4 revert change of --no-color option 2020-08-21 09:54:47 +02:00
Christopher Engelhard
07fdb087dc fix typo 2020-08-21 09:53:04 +02:00
Christopher Engelhard
58150f5dcd change --pkcs to --pkcs12 2020-08-21 09:53:04 +02:00
Christopher Engelhard
e7a6ff39f9 fix wrong indentation 2020-08-21 09:53:04 +02:00
Christopher Engelhard
b086afb272 fix some more issues in showhelp() 2020-08-21 09:53:04 +02:00
Christopher Engelhard
7decf76883 group commands logically, rearrange option forms in _process()
Commands have been reordered in showhelp() to a more consistent grouping,
help > version > install > certs > csr > account > cron > other

All option alternatives in _process() case statement have been reordered toshow the canonical variants first, legacy variants after.
2020-08-21 09:53:04 +02:00
Christopher Engelhard
d81369d63a add hyphenated options, fix wrong -ccr in usage() 2020-08-21 09:53:04 +02:00
Christopher Engelhard
c0fbe8237b reformat usage message for consistency & clarity 2020-08-21 09:53:04 +02:00
neil
b7b01999d9
fix preferred chain for renewal
fix https://github.com/acmesh-official/acme.sh/issues/3116
2020-08-20 09:13:44 +08:00
neil
bb3a986859 Merge branch 'dev' of https://github.com/acmesh-official/acme.sh into dev 2020-08-18 23:28:25 +08:00
neil
50fefc3bb0 minor 2020-08-18 23:28:06 +08:00
Oliver Burgmaier
2d5f14388e Revert "Removed content for clean pull request"
This reverts commit ab47bf6451.
2020-08-18 14:52:23 +02:00
Oliver Burgmaier
ab47bf6451 Removed content for clean pull request 2020-08-18 14:01:02 +02:00
Oliver Burgmaier
d8bd45c2bd Fix issue #2833 with backslash in JSON
Backslash will be removed form JSON responses for each request
and for the initial configuration request
2020-08-18 13:53:48 +02:00