letsencript NGINX
Compulsory renewal of certificate on the 10th of every month
install packages
npm i
nohup node index.js &
pm2 start index.js --name="certbot-renew"
letsencript
每个月10号强制更新证书
install packages
npm i
推荐使用pm2管理进程,也可以nohup
nohup node index.js &
pm2 start index.js --name="certbot-renew"