当前位置: 首页 >> 原创·技术 >> 20180909 关于CA、数字证书、SSL加密的笔记 >> 正文

20180909 关于CA、数字证书、SSL加密的笔记

5年前 (2018-09-09)     作者:iMoke     分类:原创·技术     阅读次数:2404     评论(0)    

站点:https://ca.imoke.org/

CRL分发点:https://ca.imoke.org/ca_root.crl

OSCP信息:https://ca.imoke.org/ocsp.html

repository信息:https://ca.imoke.org/repository.html



一、自己的CA相关信息

    1.根证书:(证书管理器-->受信任的根证书办法机构-->证书)

        iMoke_Root_CA.crt

    2.中级证书:(证书管理器-->中级证书颁发机构-->证书)

        iMoke_TLS_RSA_CA_2018.crt

    3.CA站点信息

        站点:https://ca.imoke.org

       ROOTCRL分发点:https://ca.imoke.org/ca_root.crl

       OSCP信息:https://ca.imoke.org/ocsp.html

       repository信息:https://ca.imoke.org/repository.html

       颁发者备用名称信息:https://ca.imoke.org/url


二、软件

    推荐使用XCA。

    https://www.hohnstaedt.de/xca/

    https://sourceforge.net/projects/xca/


三、安装证书的批处理文件:

    Windows

#root表示根证书
certutil -addstore root iMoke_Root_CA.crt
#ca表示中级证书
certutil -addstore ca iMoke_TLS_RSA_CA_2018.crt


除非注明,发表在“傲孤漠客”的文章『20180909 关于CA、数字证书、SSL加密的笔记』版权归iMoke所有。 转载请注明出处为“本文转载于『傲孤漠客』原地址https://www.imoke.org/post/20180909147.html

评论

发表评论   

昵称*

E-mail*(建议输入,以便收到博主回复的提示邮件)

网站