Files
smartmate/deploy/certs/README.md
Losita cc98b62ad8 Version: 0.9.83.dev.260508
后端:
1.关闭了注册接口

前端:
1.改造了主页

仓库:
1.对部署做了一些改善
2026-05-08 18:29:49 +08:00

16 lines
581 B
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.
# HTTPS 证书目录
请把生产证书文件放到本目录,并统一命名为:
- `tls.crt`:证书链文件(如 `fullchain.pem` / `bundle.pem`
- `tls.key`:私钥文件
`docker-compose.full.yml` 会把本目录挂载到前端容器的 `/etc/nginx/certs`
`frontend/nginx.conf` 也会固定从该路径读取这两个文件。
注意:
1. 证书和私钥属于敏感文件,不要提交到仓库。
2. 若证书文件名不同,请在部署前重命名为上面的通用名称。
3. 更新证书后,只需要重建或重启 `frontend` 容器即可生效。