neil
eb00852a71
remove ocsp for letsencrypt server
2 weeks ago
neil
1ce8d3ae9b
start 3.1.2
3 weeks ago
Szabolcs Magyar
8a27c902ff
Fix error message variable when reload cmd returns with an error
2 months ago
aafbsd
661c3bbdb0
Support FreeBSD's sed -i
FreeBSD's sed requires an extension for the backup file when -i is used. However, it may be zero-length to indicate that no backup is desired.
3 months ago
neil
5236e81068
version 3.1.1
3 months ago
tomo
b2eb704394
allowed deploying of pfx cert
3 months ago
Geert Hendrickx
b826123d98
Portability: use `uname -n` instead of `hostname`.
`hostname` is not available by default on some modern Linux distributions
(eg. Arch Linux), whereas `uname -n` is defined by POSIX, so guaranteed.
4 months ago
Jan-Piet Mens
5610d4782f
Correct typo in acme.sh
4 months ago
Kevin Locke
22dfedf6ae
Avoid permissions errors for chown .well-known
When acme.sh is run as a non-root user different from the owner of the
webroot directory it is unable to change the owner of the files in
.well-known to that user, causing permissions errors. Avoid this by
making the files world-readable.
These files should pose no disclosure risk since they are sent in
cleartext during the HTTP Identifier Validation Challenge[1] and may
already be exposed by directory enumeration, depending on server
settings. AFAIK they should be safe to expose as world-readable in all
cases.
1. https://ietf-wg-acme.github.io/acme/#rfc.section.7.2
Fixes Neilpang/acme.sh#32
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
8 years ago
neil
4e0686f73c
fix for omnios-r151052
6 months ago
neil
709f1e76d3
fix for omnios-r151052
6 months ago
neil
0c2d7b9c06
fix for latest omnios-r151052
6 months ago
neil
a4e7806d21
fix https://github.com/acmesh-official/acme.sh/issues/5208
6 months ago
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
7 months ago
neil
c20b0169a9
upgrade version
8 months ago
neil
997bd3392f
fix https://github.com/acmesh-official/acme.sh/issues/5293
8 months ago
PMExtra
fca6e9b932
refactor: Alibaba Cloud API
8 months ago
neil
d057a9bb6d
update version
8 months ago
William Desportes
3fc39aad33
Add ACCOUNT_THUMBPRINT to update account
Ref: #590
9 months ago
3VAbdAVE
d8637b2c0f
fixes #3359
Ubiquiti removed keytool (and java) from recent releases of Unifi OS. This moves from keytool to openssl's native pkcs12.
Tested on Unifi Dream Machine which runs Unifi OS and a built-in Unifi controller.
Also added backup of existing files prior to change in case anything goes wrong, and update system configuration with compatible ciphers.
9 months ago
oittaa
6b6faa8129
_checkSudo: [ -z "__INTERACTIVE" ] should be [ -z "$__INTERACTIVE" ]
Fixes #5216
10 months ago
neil
d81fc155cb
add timeout for _getRepoHash
https://github.com/acmesh-official/acme.sh/issues/5200
10 months ago
Vlad-Stefan Harbuz
9bdfd8f4fe
Improve grammar
10 months ago
neil
fe4113d623
add PROJECT_API for
https://github.com/acmesh-official/acme.sh/issues/5170
11 months ago
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.
1 year ago
neil
43b5ea801f
convert to pkcs12 when renewal
fix https://github.com/acmesh-official/acme.sh/issues/3474#issuecomment-2058126129
1 year ago
annieoxi
492826a7f2
Fix: Decode eab_hmac_key as single-line
This commit resolves the issue #5068 .
1 year ago
Scruel Tao
79640f6b7d
replace wired space symbol
1 year ago
Scruel Tao
2cbdf274b1
feat(config_migrate): always remove domain old key & replace old value by new value
1 year ago
Scruel Tao
bd3a2b1bb5
Prevent leaving blank lines in config file after cleared keys.
1 year ago
neil
10b4bb598a
fix https://github.com/acmesh-official/acme.sh/issues/4995#issuecomment-1937486243
1 year ago
neil
e04093efe2
remove socket err temp file
1 year ago
neil
bd6bbba948
remove socaterr temp file
1 year ago
neil
37e4f35c93
fix format
1 year ago
neil
0084cb7403
fix format
1 year ago
neil
99e5c159a7
check socat "Permission denied"
1 year ago
neil
7ec692cdef
fix socat for netbsd:
listens to ipv4 by default.
1 year ago
neil
f8dac5905c
check the status of Order object and the Authorization object.
1 year ago
neil
f4315e2c6f
fix _date2time
1 year ago
neil
fe890c62f4
fix https://github.com/acmesh-official/acme.sh/issues/4835
2 years ago
neil
f2e1b589b5
start 3.0.8
2 years ago
neil
59f976dc48
fix https://github.com/acmesh-official/acme.sh/issues/4798
2 years ago
neil
eed8a7f078
add more debug code https://github.com/acmesh-official/acme.sh/issues/4768
2 years ago
neil
c18364c755
change default log level to 2
2 years ago
neil
04946e992e
change the default debug level to 2.
2 years ago
neil
8bdcd22486
fix https://github.com/acmesh-official/acme.sh/issues/4746
2 years ago
Nirjas Jakilim
13d31ecb7f
fixed regex for nginx conf path
Fixed the regex for nginx path configuration to fix grep: unrecognized option error
2 years ago
Vito
8d00f489cd
Remove excessive full stop from help
2 years ago
neil
15ee036db1
fix for solaris
2 years ago
neil
6db8ae451a
fix for solaris
2 years ago