appstore-1panel/apps/logto/README.md
2024-09-13 14:30:41 +08:00

9 lines
601 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**
- **创建应用**Logto 管理控制台地址必须填写 `https://admin.domain.com`(请根据实际情况替换域名)。
- **创建反向代理网站**:代理地址填写 `http://127.0.0.1:3002`(请根据实际情况替换 IP 和端口)。
- **申请证书**:为 `https://admin.domain.com` 创建证书,验证方式选择 HTTP 类型。
- **启用 HTTPS**:进入网站设置页面,点击 HTTPS选择刚刚添加的证书并保存。
> Logto 服务地址和管理控制台地址一样,也必须使用 HTTPS 协议,否则会导致无法正常访问。