Ryo ONODERA
838a20ea95
Fix POSIX shell portability
...
POSIX standard says test command has '=" as for checking identical.
'==' is bash dialect.
Replace '==' with '='.
See:
https://pubs.opengroup.org/onlinepubs/009604399/utilities/test.html
2024-10-24 22:52:28 +09:00
neil
c20b0169a9
upgrade version
2024-09-23 18:15:10 +02:00
neil
997bd3392f
fix https://github.com/acmesh-official/acme.sh/issues/5293
2024-09-21 13:21:32 +02:00
PMExtra
fca6e9b932
refactor: Alibaba Cloud API
2024-09-19 15:49:42 +08:00
neil
d057a9bb6d
update version
2024-09-18 08:57:32 +02:00
neil
8635d89cc8
Merge pull request #5029 from scruel/patch-2
...
Prevent leaving blank lines in config file after cleared keys.
2024-09-15 13:58:09 +02:00
neil
fe30bf7d09
Merge pull request #5252 from williamdes/patch-1
...
Add ACCOUNT_THUMBPRINT to update account
2024-08-19 22:16:44 +08:00
William Desportes
3fc39aad33
Add ACCOUNT_THUMBPRINT to update account
...
Ref: #590
2024-08-19 13:30:11 +00:00
oittaa
6b6faa8129
_checkSudo: [ -z "__INTERACTIVE" ] should be [ -z "$__INTERACTIVE" ]
...
Fixes #5216
2024-07-20 13:31:53 +02:00
neil
d81fc155cb
add timeout for _getRepoHash
...
https://github.com/acmesh-official/acme.sh/issues/5200
2024-07-14 13:50:35 +08:00
neil
60f7750d77
Merge pull request #4896 from vladh/master
...
Improve grammar
2024-07-14 13:23:32 +08:00
Vlad-Stefan Harbuz
9bdfd8f4fe
Improve grammar
2024-07-12 13:04:42 +01:00
neil
0d93145834
Merge pull request #5133 from mdmower/ext-key-usage
...
feat: Support manually defining extended key usage in CSR
2024-06-25 05:13:46 +02:00
neil
fe4113d623
add PROJECT_API for
...
https://github.com/acmesh-official/acme.sh/issues/5170
2024-06-17 15:30:10 +02:00
Matt Mower
957bbab440
feat: Support manually defining extended key usage in CSR
...
- New CLI param: --extended-key-usage <string>
- When --extended-key-usage is defined:
1. Set [v3_req]extendedKeyUsage to the provided value.
2. Store the value in domain conf Le_ExtKeyUse for reuse.
2024-05-04 11:58:29 -07:00
neil
43b5ea801f
convert to pkcs12 when renewal
...
fix https://github.com/acmesh-official/acme.sh/issues/3474#issuecomment-2058126129
2024-04-21 11:21:45 +02:00
annieoxi
492826a7f2
Fix: Decode eab_hmac_key as single-line
...
This commit resolves the issue #5068 .
2024-03-26 12:35:54 +01:00
Scruel Tao
79640f6b7d
replace wired space symbol
2024-02-28 20:02:24 +08:00
Scruel Tao
2cbdf274b1
feat(config_migrate): always remove domain old key & replace old value by new value
2024-02-28 18:30:06 +08:00
Scruel Tao
bd3a2b1bb5
Prevent leaving blank lines in config file after cleared keys.
2024-02-27 12:40:52 +08:00
neil
10b4bb598a
fix https://github.com/acmesh-official/acme.sh/issues/4995#issuecomment-1937486243
2024-02-12 13:16:08 +08:00
neil
e04093efe2
remove socket err temp file
2024-02-04 12:31:34 +08:00
neil
bd6bbba948
remove socaterr temp file
2024-02-04 12:27:06 +08:00
neil
37e4f35c93
fix format
2024-02-04 12:21:50 +08:00
neil
0084cb7403
fix format
2024-02-04 12:18:58 +08:00
neil
99e5c159a7
check socat "Permission denied"
2024-02-04 12:17:03 +08:00
neil
7ec692cdef
fix socat for netbsd:
...
listens to ipv4 by default.
2024-02-03 23:59:48 +08:00
neil
f8dac5905c
check the status of Order object and the Authorization object.
2024-02-03 18:07:50 +08:00
neil
f4315e2c6f
fix _date2time
2023-12-05 19:33:10 +01:00
neil
fe890c62f4
fix https://github.com/acmesh-official/acme.sh/issues/4835
2023-10-22 23:07:00 +08:00
neil
f2e1b589b5
start 3.0.8
2023-10-06 20:01:28 +08:00
neil
59f976dc48
fix https://github.com/acmesh-official/acme.sh/issues/4798
2023-09-20 18:07:16 +08:00
neil
0c8870cb7f
Merge pull request #944 from MarcelWaldvogel/random-cron
...
Random cron
2023-09-13 21:07:51 +08:00
neil
eed8a7f078
add more debug code https://github.com/acmesh-official/acme.sh/issues/4768
2023-09-02 17:27:21 +08:00
neil
c18364c755
change default log level to 2
2023-09-02 17:18:12 +08:00
neil
04946e992e
change the default debug level to 2.
2023-09-02 17:15:17 +08:00
neil
3f42487f0a
Merge pull request #4749 from Nirzak/Nirzak-patch-1
...
Fixed grep pattern regex for nginx conf path
2023-09-02 15:45:30 +08:00
neil
8bdcd22486
fix https://github.com/acmesh-official/acme.sh/issues/4746
2023-09-02 15:45:07 +08:00
Nirjas Jakilim
13d31ecb7f
fixed regex for nginx conf path
...
Fixed the regex for nginx path configuration to fix grep: unrecognized option error
2023-08-21 12:28:50 +06:00
Vito
8d00f489cd
Remove excessive full stop from help
2023-08-20 17:11:14 +00:00
neil
67d84cadad
Merge pull request #4708 from sg1888/verbiage
...
Fixed help verbiage to reflect capabilities of --ecc flag
2023-07-30 21:30:49 +08:00
neil
15ee036db1
fix for solaris
2023-07-29 23:30:44 +08:00
neil
6db8ae451a
fix for solaris
2023-07-29 23:17:20 +08:00
neil
a7f3d413ef
fix for solaris
2023-07-29 22:32:30 +08:00
neil
7f39cdc856
fix format
2023-07-29 16:45:49 +08:00
neil
a51025fe8f
fix https://github.com/acmesh-official/acme.sh/issues/3645
2023-07-29 15:32:50 +08:00
sg1888
a9f631f404
Added help verbiage for --ecc flag
2023-07-21 16:49:20 +00:00
neil
a7455d7edd
fix https://github.com/acmesh-official/acme.sh/issues/4562#issuecomment-1598731384
2023-07-08 14:11:51 +08:00
neil
8fd3a64e35
fix https://github.com/acmesh-official/acme.sh/issues/4442
2023-07-08 12:51:56 +08:00
neil
3761fb4377
fix bug https://github.com/acmesh-official/acme.sh/issues/4442
2023-07-08 12:37:01 +08:00