保护您的连接
使用SSL加密保护你的Unraid WebGUI安全,保护敏感数据(如登录凭证和配置细节)免于在本地网络或互联网被截取或篡改。你可以使用由Let's Encrypt在本地及Unraid Connect远程访问场景 下获得的通配符SSL证书。
The SSL 的重要性
SSL (Secure Sockets Layer) encrypts all traffic between your browser and the Unraid server, preventing eavesdropping and man-in-the-middle attacks. Without SSL, anyone with access to your network could potentially intercept sensitive data or hijack your session. Using SSL is strongly recommended for both local and remote management of your Unraid server.
SSL 参数
Several parameters in Unraid affect how SSL is configured and used. Understanding these helps you choose the right certificate and connection method for your needs.
| 类型 | 描述 |
|---|---|
| 自签名 | 用于仅本地访问时不需要可信证书的情况。 |
| Myunraid.net | 用于安全的本地和远程访问,特别是使用 Unraid Connect 或者如果需要可信的证书。 |
| 自定义 | 在设置→管理访问中设置。控制是否启用SSL。 |
| HTTP 端口 | 设置在设置 → 管理访问中。默认是80. |
| HTTPS 端口 | 设置在设置 → 管理访问中。默认是443. |
| 证书 | 使用的 SSL 证书类型(参见下文)。 |
| 局域网 ip | 服务器的局域网 IP 地址,格式适用于 URL 使用。 |
| 广域网 ip | 服务器的公共 IP 地址,格式适用于 URL 使用。 |
| Hash | 分配给服务器证书的唯一 40 字符标识符。 |
SSL 证书类型
| 类型 | 使用时机 |
|---|