#SSL #LetsEncrypt #nginx #certbot #자동갱신 #DevOps (1) 썸네일형 리스트형 Let's Encrypt 인증서 자동 갱신 완벽 가이드 들어가며Let's Encrypt 인증서는 90일마다 만료되기 때문에 자동 갱신 설정이 필수입니다. 다행히 Ubuntu/Debian에서 certbot을 apt로 설치하면 자동 갱신이 패키지에 포함되어 있습니다.certbot 패키지에 포함된 자동 갱신 기능sudo apt install certbot python3-certbot-nginx이 명령어 하나로 다음이 자동으로 설치되고 활성화됩니다:1. systemd timer (스케줄러)# 자동 갱신 타이머 확인sudo systemctl status certbot.timer● certbot.timer - Run certbot twice daily Loaded: loaded (/usr/lib/systemd/system/certbot.timer; enabled.. 이전 1 다음