From 7915c33fb23a8b43aa774a49e1e598ef4497f7d0 Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 13 Mar 2019 20:45:20 +0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Home.md b/Home.md index 3fa7c72..4c69148 100644 --- a/Home.md +++ b/Home.md @@ -41,18 +41,10 @@ acme.sh --toPkcs -d [--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 -```