PHP怎么实现数字证书验证登陆?

WBOY
Release: 2016-06-23 14:13:36
Original
2018 people have browsed it

PHP Apache 服务器 管理

我做了个美食网,和各个酒店商家进行合作,每个酒店可以登陆进行相应管理,如何做到酒店管理员登陆后台的时候验证酒店客户端是否安装了数字证书,服务器是apache,不需要SSL,只需要验证证书就行了,需要如何配置,写什么代码,网站是用PHP开发的,不知各位大侠们有没有开发过类似的,求指教了。

回复讨论(解决方案)

http://download.csdn.net/detail/alvindong/2444534 PHP不知道能否创建证书?可以创建证书就可以了。有的证书格式为*.cer

http://download.csdn.net/detail/alvindong/2444534 PHP不知道能否创建证书?可以创建证书就可以了。有的证书格式为*.cer  这段之间自己也搞清楚怎么回事了,我是ubuntu 下面用openssl 自建CA 然后有server.crt client.crt 可是apache上面设置之后 通过https://我的IP地址 之后显示连接失败 我已经将client.crt 做成了client.pfx 并导入了IE 结果却是这个样子 不明白怎么回事

验证证书要是没有专业网站的整数的话 会有负面影响,建议查看好相关文档再决定

验证证书要是没有专业网站的整数的话 会有负面影响,建议查看好相关文档再决定
恩,总算搞定了,用openssl生成了自己的CA证书,配合ubuntu下apache的SSL,测试成功!

用openssl吧

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!