在SharePoint中创建https网站

首先安装微软工具iis60rkt.exe

1.在sharepoint中按照一般的方式创建web application
2.在IIS Manager里选取Web Sites 查看刚才创建的网站的Identifier号
3.在命令行执行 selfssl.EXE /S:1883082381 /P:446 /T /Q  其中1883082381是刚才查看的网站的Identifier号,446是ssl端口号不要和其它的重复。
4.创建成功后,在IIS Manager里右键创建的网站属性,点击Directory Security,再点击Edit按钮,勾选 Require secure channel(SSL) 点击OK
5.在sharepoint CA 里选取Operations页面,点击Global Configuration里Alternate access mappings,选取
刚才创建的网站,修改http://localhost:10 为https://localhost:10 点击ok
6.在IE地址栏输入https://localhost:446/default.aspx就可以了

你可能感兴趣的:(Web,Security,IE,IIS,SharePoint)