refactor: 문서 개선 중

This commit is contained in:
donghyeon-ka
2026-09-21 14:30:55 +09:00
parent c93cdea150
commit 805a18f486
1497 changed files with 525837 additions and 59152 deletions
@@ -10,14 +10,14 @@ certbot renew 는 archive 디렉터리에 새 인증서를 쓰고 live 심볼릭
## Elements and evidence
- **certbot renew** (process): ACME 로 새 인증서를 받아 archive 에 쓰고 live 링크를 옮긴다. Evidence: L499L504.
- **live/fullchain.pem** (datastore): 심볼릭 링크. 경로는 그대로이고 가리키는 대상만 바뀐다. Evidence: L536L540.
- **renewal-hooks/deploy** (process): 갱신이 실제로 일어났을 때만 실행된다. 이 실험대에서는 비어 있었다. Evidence: L527L533.
- **nginx 워커** (service): 기동 시점에 읽은 인증서를 메모리에 들고 있다. reload 해야 새 워커가 새 인증서를 읽는다. Evidence: L541L548.
- **certbot renew** (process): ACME 로 새 인증서를 받아 archive 에 쓰고 live 링크를 옮긴다. Evidence: L1027L1032.
- **live/fullchain.pem** (datastore): 심볼릭 링크. 경로는 그대로이고 가리키는 대상만 바뀐다. Evidence: L1066L1067.
- **renewal-hooks/deploy** (process): 갱신이 실제로 일어났을 때만 실행된다. 이 실험대에서는 비어 있었다. Evidence: L1055L1062.
- **nginx 워커** (service): 기동 시점에 읽은 인증서를 메모리에 들고 있다. reload 해야 새 워커가 새 인증서를 읽는다. Evidence: L1077L1085.
## Relationships
- **live/fullchain.pem → nginx 워커:** reload 필요. Evidence: L536L540.
- **renewal-hooks/deploy → nginx 워커:** reload 신호. Evidence: L556L562.
- **certbot renew → renewal-hooks/deploy:** 갱신 성공 시 호출. Evidence: L527L533.
- **certbot renew → live/fullchain.pem:** 새 인증서 기록. Evidence: L504L510.
- **live/fullchain.pem → nginx 워커:** reload 필요. Evidence: L1066L1067.
- **renewal-hooks/deploy → nginx 워커:** reload 신호. Evidence: L1094L1099.
- **certbot renew → renewal-hooks/deploy:** 갱신 성공 시 호출. Evidence: L1055L1062.
- **certbot renew → live/fullchain.pem:** 새 인증서 기록. Evidence: L1032L1038.