# 인증서 갱신이 서빙에 닿기까지 # Question: certbot 이 갱신에 성공한 뒤 nginx 가 새 인증서를 서빙하기까지 무엇이 필요한가 direction: right n0: "certbot renew" { shape: rectangle } n1: "live/fullchain.pem" { shape: cylinder } n2: "renewal-hooks/deploy" { shape: rectangle } n3: "nginx 워커" { shape: rectangle } n0 -> n1: "새 인증서 기록" n1 -> n3: "reload 필요" n0 -> n2: "갱신 성공 시 호출" n2 -> n3: "reload 신호"