docs: 重構 SSL 憑證管理為完整 SOP

- tmp/ 重命名為 ssl_certs/,存放憑證相關檔案
- ssl_deploy_guide.md 改寫為 8 步驟標準作業流程
- .gitignore 排除私鑰與 fullchain 等敏感檔案

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-09 10:19:23 +08:00
parent e747efe9ee
commit 87234b458a
5 changed files with 163 additions and 54 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,5 @@
*.tar.gz
*.zip
php/
ssl_certs/privkey.pem
ssl_certs/fullchain.pem