kyr
闫帅傅方面面
这个作者很懒,什么都没留下…
展开
-
How do you import a wildcard domain certificate into Domino?
From Ninke Westra:Create a server keyring (.kyr) file, for example using the certsrv.nsf database that's present on just about every server, doesn't matter if it's on the server that you want to use转载 2012-12-13 15:40:03 · 791 阅读 · 0 评论 -
"Unrecognized Certificate Authority Signature" when installing certificate into key ring
QuestionWhen you install a signed certificate into a key ring file, the following message appears:"Unrecognized Certificate Authority signature.The server certificate cannot be installed转载 2012-12-14 11:13:29 · 1082 阅读 · 1 评论 -
Moving an IIS SSL certificate to a Domino Keyring File[转]
Moving an IIS SSL certificate to a Domino Keyring FileGabriella Davis February 11 2009 11:25:53 PMToday I had a support call from a customer who had bought an SSL certificate from Verisign to转载 2012-12-13 15:36:12 · 773 阅读 · 0 评论 -
Exporting .kyr certificate for Apache[转]
We access our iNotes webmail through a reverse proxy. This reverse proxy is an Apache webserver. To add to this security, all http traffic is redirected to https for obvious reasons. This means that t转载 2012-12-13 15:35:10 · 877 阅读 · 0 评论 -
Workaround for startssl and Domino【转】
Hi,I don’t know if you still need it but here is my workaround to get a StartSSL free certificate in Domino.I use OpenSSL on my Linux server to create a new certificat(证明):Here are the comma转载 2012-12-14 10:38:46 · 953 阅读 · 0 评论 -
Domino涉及到SSL证书的几点总结
服务器证书的申请过程知识点1) 服务器证书可以通过certsvr.nsf创建,不一定要新建服务器。——此数据库可以通过csrv50.ntf为模板创建2) 服务器证书在生成出来后,是一个秘钥对,一个公钥一个私钥。3) 服务器证书生成之后,根证书已经包含了大部分的国际认证的根证书。——可以通过“View And Edit Rings”视图,原创 2012-12-19 23:01:02 · 3858 阅读 · 2 评论 -
通过IkeyMan将domino证书格式kyr转换为cert、key格式文件
Domino 使用的证书是 .kyr 格式的,所以需要一个工具将 .kyr 格式转换成 Apache 能读取的证书格式(.cert 和 .key)。然而 Domino 并没有自带的内建命令或者工具能把 .kyr 格式转换成任何其他格式。所幸 IBM 提供了一个叫 ikeyman 的程序, 它是 IBM http server 和 Websphere 的一部分,用它可以打开 .kyr 文件,然后转载 2014-06-17 10:55:41 · 2968 阅读 · 2 评论