Skip to content

LehaoLin/certbot-renew-monthly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certbot ssl update script

letsencript NGINX
Compulsory renewal of certificate on the 10th of every month

Usage

install packages
npm i

Nohup

nohup node index.js &

pm2

pm2 start index.js --name="certbot-renew"


certbot ssl证书更新脚本

letsencript
每个月10号强制更新证书

用法

install packages
npm i
推荐使用pm2管理进程,也可以nohup

Nohup

nohup node index.js &

pm2

pm2 start index.js --name="certbot-renew"

About

certbot renew script letsencript的certbot每月强制renew证书脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published