使用 SSL 证书限制访问

发布于 2024-08-02 22:02:09 字数 107 浏览 1 评论 0原文

有没有办法限制对网站的访问,通过 cPanel 运行 Apache,使用 SSL(如 IIS/Windows 上的 CTL)?

IE,用户必须安装/颁发 ssl 证书才能访问该站点。

is there a way to restrict access to a website, running Apache via cPanel, using SSL (like CTLs on IIS/Windows)?

I.E, the user has to have an ssl certificate installed/issued to be able to access the site.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忘羡 2024-08-09 22:02:09

通过 SSLRequire 指令,这当然是可能的。最简单的设置是制定 %{SSL_CLIENT_VERIFY} eq "SUCCESS"。这还需要设置 SSLVerifyClient 和 SSLCACertificatePath,以及安装受信任的 CA 证书。

This is certainly possible, through the SSLRequire directive. The most trivial setup is to formulate %{SSL_CLIENT_VERIFY} eq "SUCCESS". This also requires settting SSLVerifyClient and SSLCACertificatePath, as well as to install the trusted CA certificates.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文