mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-01-13 16:10:09 +08:00
Updated Home (markdown)
parent
a5ada236f7
commit
7915c33fb2
12
Home.md
12
Home.md
@ -41,18 +41,10 @@ acme.sh --toPkcs -d <domain> [--password pfx-password]
|
||||
1) Download cygwin installer: setup-x86.exe or setup-x86_64.exe
|
||||
from: https://cygwin.com/
|
||||
|
||||
2) In the installer, select: Net: `curl`, Net: `nc` and Admin: `cron` to install.
|
||||
2) In the installer, select: Net: `curl` and Net: `socat` to install.
|
||||
|
||||
3) After install finished, you can open the Cygwin window and use `curl` to install `le.sh`online:
|
||||
3) After install finished, you can open the Cygwin window and use `curl` to install `acme.sh`online:
|
||||
[https://github.com/Neilpang/le/wiki#1-how-to-install](https://github.com/Neilpang/le/wiki#1-how-to-install)
|
||||
|
||||
4) In Cygwin, the cron job is not working by default. So, the issued cert will not be renewed automatically.
|
||||
If you want the cron job to work, you must enable the cron job:
|
||||
|
||||
https://stackoverflow.com/questions/707184/how-do-you-run-a-crontab-in-cygwin-on-windows
|
||||
|
||||
For short, just run:
|
||||
```
|
||||
cron-config
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user