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
58923b2846
Merge pull request #3099 from Alexilmarranen/dev
...
Issue2547 wrong url construction for multiple dns services
2020-08-20 22:10:34 +08:00
neil
d9f9477a52
move badge
...
move badge
2020-08-20 21:44:37 +08:00
neil
966c744992
minor, just move badge position
2020-08-20 21:41:36 +08:00
neil
7e5107d90f
Merge pull request #3121 from acmesh-official/peb
...
Add pebble strict to CI
2020-08-20 21:33:32 +08:00
neil
c1668c9bdb
add pebble badge
2020-08-20 21:26:42 +08:00
neil
7ddc2ccf1a
add TEST_CA
2020-08-20 21:06:21 +08:00
neil
3cd85fb395
install socat
2020-08-20 20:54:27 +08:00
neil
b805ea9bf6
fix dir
2020-08-20 20:52:42 +08:00
neil
edd76f595a
fix dir
2020-08-20 20:37:23 +08:00
neil
c131b63852
typo
2020-08-20 20:32:22 +08:00
neil
a70f377388
add pebble
2020-08-20 20:18:53 +08:00
neil
15ce3ec41a
Merge pull request #3117 from acmesh-official/fix-preferred-chain-for-renewal
...
fix preferred chain for renewal
2020-08-20 09:14:48 +08: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
Alexilmarranen
956114fc42
Issue2336 Add subdomain (3 and more) support
...
Fix for issue in https://github.com/acmesh-official/acme.sh/issues/2336#issuecomment-670522738
2020-08-19 00:50:18 +03: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
neil
19555a98ed
Merge pull request #3112 from olibu/dev
...
Dev: Fix issue #2833
2020-08-18 22:30:30 +08:00
neil
9021f006f0
update shfmt
2020-08-18 22:22:03 +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
neil
72235a5f72
add shellcheck badge
2020-08-17 23:13:00 +08:00
neil
b6508cccec
Merge pull request #3108 from acmesh-official/ga
...
support Github Actions
2020-08-17 22:59:46 +08:00
neil
d9e7cf659e
Update ci.yml
2020-08-17 22:52:59 +08:00
neil
cf500cd817
fix
2020-08-17 22:50:19 +08:00
neil
f1338aca84
fix
2020-08-17 22:49:09 +08:00
neil
284de4ac5d
add actions
2020-08-17 22:46:52 +08:00
neil
19c4345162
fix shfmt
2020-08-17 22:18:20 +08:00
neil
d5d38b3331
support multiple intermediate CA matching for --preferred-chain
2020-08-17 22:06:02 +08:00
neil
bd04638d27
minor
2020-08-16 17:36:24 +08:00
neil
0b531e9fbc
fix format
2020-08-16 16:59:08 +08:00
neil
e3ebd582ec
support "--preferred-chain" to select chain
...
https://github.com/acmesh-official/acme.sh/wiki/Preferred-Chain
2020-08-16 16:57:06 +08:00
neil
95ef046d0a
fix https://github.com/acmesh-official/acme.sh/issues/3103
2020-08-15 12:32:15 +08:00
neil
b3a801df11
fix test endpoint
2020-08-15 10:33:24 +08:00
neil
a6d22e3b22
1. save the CA url anyway.
...
2. clear some code.
2020-08-13 23:12:30 +08:00
neil
0415c050a5
remove gitads
2020-08-13 23:04:19 +08:00
neil
014396cf11
Merge pull request #3082 from kappernet/dev
...
initial kapper.net DNS API support
2020-08-13 17:34:50 +08:00
kapper.net support account
70488f9c56
Merge branch 'dev' of https://github.com/kappernet/acme.sh into dev
2020-08-13 00:24:11 +02:00
kapper.net support account
0052ab7148
more mutable + style-update
...
more mutable config-read-calls
more details for TXT records info + errors;
typo fixed (create instead of delete)
2020-08-13 00:23:57 +02:00
Harald Kapper
f725040dd5
Merge pull request #6 from acmesh-official/dev
...
sync upstream
2020-08-12 23:55:25 +02:00
kapper.net support account
f131863642
now with "_saveaccountconf_mutable"
...
_saveaccountconf_mutable instead of _saveaccountconf now used.
Co-Authored-By: kapper.net support account <33451837+kappernet@users.noreply.github.com>
2020-08-12 23:48:11 +02:00
neil
836a293f16
Merge pull request #3100 from acmesh-official/eab
...
Suppor EAB and Zerossl.com
2020-08-12 22:31:03 +08:00