Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 376 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 376 Bytes

LEGainer

通过Let's Encrypt 获取证书工具



每月申请,安装为windows计划任务:
schtasks /create /tn "letsencrypt_https" /tr path\to\LEGainer.exe /sc monthly /ru System



//时间短点测试可用:
schtasks /create /tn "letsencrypt_https" /tr path\to\LEGainer.exe /sc minute /mo 3 /ru System