如何使用客户端 SSL 证书限制对 GitHub 页面的访问?
How to restrict access to GitHub Pages with client side SSL certificate?
如何使用客户端 SSL 证书限制对 GitHub 页面的访问?
例如,我希望 https://username.github.io/
用于 public 访问,而 https://username.github.io/secret_place
仅用于与 ssl 客户端证书的连接。
可能吗?如果是,如何配置?
我不能肯定地说,但我很确定这在 github 页面中是不可能的。这并不是真正的 github 页面设计用例。
Github pages is a static site only, and does not support any server-side code https://help.github.com/articles/what-is-github-pages/
本质上 github 页面只是静态站点主机,不包括路由规则或任何客户端证书验证。
如何使用客户端 SSL 证书限制对 GitHub 页面的访问?
例如,我希望 https://username.github.io/
用于 public 访问,而 https://username.github.io/secret_place
仅用于与 ssl 客户端证书的连接。
可能吗?如果是,如何配置?
我不能肯定地说,但我很确定这在 github 页面中是不可能的。这并不是真正的 github 页面设计用例。
Github pages is a static site only, and does not support any server-side code https://help.github.com/articles/what-is-github-pages/
本质上 github 页面只是静态站点主机,不包括路由规则或任何客户端证书验证。