neilpang
439defca42
switch from staging api to production api
https://github.com/acmesh-official/acme.sh/issues/2401
3 years ago
neilpang
6a90856f0e
don't renew cert if valid-to is set to an absolute date
don't renew cert if valid-to is set to an absolute date
3 years ago
neilpang
225adcc836
fix renewal for validto
fix renewal for validto
3 years ago
neilpang
0f607413d0
fix for solaris time format
3 years ago
neilpang
b49999721c
Update acme.sh
3 years ago
neilpang
de4c4eedd8
Support NotBefore and NotAfter
Add `--valid-from` and `--valid-to`:
https://github.com/acmesh-official/acme.sh/wiki/Validity
3 years ago
neilpang
d53262fab6
fix update account
fix https://github.com/acmesh-official/acme.sh/issues/4009
3 years ago
neilpang
532e44bcea
normalize domains
fix https://github.com/acmesh-official/acme.sh/issues/4005
3 years ago
neilpang
fb5091a388
support Google ACME server
see: https://github.com/acmesh-official/acme.sh/wiki/Server
3 years ago
neilpang
0d05f9ba80
Update acme.sh
fix https://github.com/acmesh-official/acme.sh/issues/4001
3 years ago
neilpang
af193291fa
Update acme.sh
fix https://github.com/acmesh-official/acme.sh/issues/3127#issuecomment-1030742187
3 years ago
neilpang
9ec4b59afb
start v3.0.3
start v3.0.3
3 years ago
neilpang
36752cb6a8
Update acme.sh
fix zerossl endpoint
3 years ago
neil
90b65c6618
fix https://github.com/acmesh-official/acme.sh/issues/3898
https://github.com/acmesh-official/acme.sh/issues/3898
3 years ago
neil
188274277a
fix https://github.com/acmesh-official/acme.sh/issues/3883
3 years ago
neil
e07795e8f0
fix https://github.com/acmesh-official/acme.sh/issues/3883
3 years ago
neil
e67d26caeb
fix https://github.com/acmesh-official/acme.sh/issues/3845#issuecomment-999367478
3 years ago
neil
86c3fa0df0
remove retry for get and post
3 years ago
neil
d43b587d17
fix https://github.com/acmesh-official/acme.sh/issues/3870
3 years ago
Joel Pearson
0727f7054b
Allow optional "NEW" in CSR header and footer
When generating a CSR in Windows it seems to create a CSR header that looks like "-----BEGIN NEW CERTIFICATE REQUEST-----", but the addition of "NEW" breaks the parsing of the CSR. Making "NEW " optional fixes the problem.
Apparently certbot is tolerant of both forms, see: https://community.letsencrypt.org/t/error-parsing-certificate-request-resolved/40039/6 for more information.
3 years ago
neilpang
c39e6c4423
add `--info` command to show the global configs or domain configs.
https://github.com/acmesh-official/acme.sh/issues/2444
3 years ago
neilpang
1566656af3
fix https://github.com/acmesh-official/acme.sh/issues/3869
3 years ago
neilpang
737eba57bd
send notifications for renew command
https://github.com/acmesh-official/acme.sh/issues/3869#issuecomment-1003546762
3 years ago
neilpang
4f386663e7
fix for OpenBSD7
https://github.com/acmesh-official/acme.sh/issues/3833
3 years ago
neilpang
dd2a420578
add `--info` command to show the global configs or domain configs.
https://github.com/acmesh-official/acme.sh/issues/2444
3 years ago
neilpang
eeee30ca03
fix https://github.com/acmesh-official/acme.sh/issues/3869
3 years ago
neilpang
82e8792737
send notifications for renew command
https://github.com/acmesh-official/acme.sh/issues/3869#issuecomment-1003546762
3 years ago
Joel Pearson
342bce2168
Allow optional "NEW" in CSR header and footer
When generating a CSR in Windows it seems to create a CSR header that looks like "-----BEGIN NEW CERTIFICATE REQUEST-----", but the addition of "NEW" breaks the parsing of the CSR. Making "NEW " optional fixes the problem.
Apparently certbot is tolerant of both forms, see: https://community.letsencrypt.org/t/error-parsing-certificate-request-resolved/40039/6 for more information.
3 years ago
neilpang
f66d9e1a22
fix for OpenBSD7
https://github.com/acmesh-official/acme.sh/issues/3833
3 years ago
neilpang
18e4d270d9
fix https://github.com/acmesh-official/acme.sh/issues/3806
3 years ago
neil
f63409eed9
fix https://github.com/acmesh-official/acme.sh/issues/1559
3 years ago
neil
b8bfb5a56c
fix format
3 years ago
neil
3f58823430
fix ip cert
3 years ago
neil
e488220bfc
fix for solaris
4 years ago
neil
e6e0771496
fix for ip cert alpn mode
4 years ago
neil
fe77d43fa0
fix _deactivate for ip cert
4 years ago
neil
6ae8d10132
support ip cert: rfc https://tools.ietf.org/html/rfc8738
4 years ago
neil
7d249b6d3b
start 3.0.2
3 years ago
neilpang
38a067e203
fix https://github.com/acmesh-official/acme.sh/issues/3752
3 years ago
Phil Krylov
40e8c5e2b0
Don't use global variable as local in recursion context
```nginx
include conf.d/*;
include sites-enabled/*;
```
In this situation, after the first recursive `_checkConf` invocation 4 lines below, `$_c_file` does not contain what you expect anymore, and the second lookup checks for `conf.d/sites-enabled/*` which is obviously wrong.
3 years ago
neil
84fe6654cc
fix for https://github.com/acmesh-official/acme.sh/issues/3717
3 years ago
neil
d4e1899747
support "--set-default-chain", fix https://github.com/acmesh-official/acme.sh/issues/3717
3 years ago
neilpang
6bdf689d0f
fix https://github.com/acmesh-official/acme.sh/issues/3660
4 years ago
Bernard Spil
e164362069
Make domain names available to pre hook
Export Le_Domains and Le_Alt so your pre-hook script can run additional checks.
Allows running checks on the domain names before the first call to the ACME API. Thereby not counting against the rate-limit when an issue is going to be problematic.
Supersedes: #3288
4 years ago
neilpang
ccfd907914
fix https://github.com/acmesh-official/acme.sh/issues/3649
4 years ago
neilpang
5a44e63cad
fix nginx mode
https://github.com/acmesh-official/acme.sh/issues/3648#issuecomment-894045613
4 years ago
neilpang
06580bf0e4
fix https://github.com/acmesh-official/acme.sh/issues/1914#issuecomment-893188476
4 years ago
jonwltn
6b97dc6734
Minor output formatting changes.
4 years ago
neilpang
2b5e2d4760
fix nginx mode
4 years ago
neilpang
89abad7980
fix https://github.com/acmesh-official/acme.sh/issues/3635
4 years ago