Kudos
Collect
Twiiter
Facebook
Share
Develop somethings, meditation, reading and thinking...

let’s encrypt auto reload Cronjob

마지막 업데이트 10일 전
0 0 0 0

let’s encrypt auto reload cronjob for old linux

Ubuntu 14.04

# Every month the second day 2:30am (JST) Renew Let's encrypt certifications
0 4 1 * *  /opt/letsencrypt/certbot-auto --cert-name abc.xxx.com -a nginx -i nginx --force-renewal -n
0 3 1 * *  /opt/letsencrypt/certbot-auto --cert-name def.xxx.com -a nginx -i nginx --force-renewal -n
0 2 1 * *  /opt/letsencrypt/certbot-auto --cert-name xxx.com -a nginx -i nginx --force-renewal -n

30 2 2 * * /opt/letsencrypt/letsencrypt-auto renew && service nginx reload

Hi, my name is Richard. I’m a developer wants to make the world better with logic power. Mainly I use Linux, Nginx, MySQL, PHP and JavaScript . I want to share my knowledge with someone that it was also based from some great persons via LYNMP. 👨‍💻

Essedrop - 이미지 주소를 만드는 가장 빠른 방법
 

독자 의견

저자 @richard 에게 의견 남기기:

Please sign in to comment.
Markdown is also available in comment.