Files
106_105_181_70/README.md
Timmy 87234b458a 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>
2026-04-09 10:19:23 +08:00

36 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 106.105.181.70 - Hospital Web Server
台北市立聯合醫院網頁伺服器 (`tpesupporter.tpech.gov.tw`) 相關設定與文件。
## 文件說明
| 檔案 | 說明 |
|---|---|
| `dns_records.md` | tpech.gov.tw 子網域 DNS A 記錄 |
| `ssh_config.md` | SSH 連線架構與跳板機設定 |
| `docker-compose-note.md` | Docker Compose 服務架構筆記 |
| `ssl_cert_note.md` | SSL 憑證資訊與待處理事項 |
| `ssl_deploy_guide.md` | SSL 憑證部署 SOP |
| `ssl_certs/` | SSL 憑證檔案(.cer、中繼憑證 |
| `reset_npm_password.sh` | NPM 管理員密碼重設腳本 |
## 伺服器架構
```
[本機] → jason_hsieh_home_srv (跳板機)
├── hospital_media (106.105.181.40) — 影音/通訊服務 (tel.tpech.gov.tw)
└── hospital_web (106.105.181.70) — 網頁/NPM 管理 (tpesupporter.tpech.gov.tw)
```
## 連線方式
```bash
# 連線至本機 (Hospital Web Server)
ssh hospital_web
# 連線至影音伺服器
ssh hospital_media
```
> 需於 `~/.ssh/config` 設定跳板機,詳見 `ssh_config.md`。