码迷,mamicode.com
首页 > 其他好文 > 详细

使用cmd命令行进行本地证书读取

时间:2017-12-04 19:14:06      阅读:382      评论:0      收藏:0      [点我收藏+]

标签:格式   名称   user   tmg   utf-8   路径   命令行   更换   roo   

显示本地所有证书:
运行cmd命令 certmgr.msc


读取本地证书信息:
certutil -store root

certutil -store ...    # 分类名称

certutil -store -user My

certutil -store -user AddressBook


将证书存到本地:
certutil -store root 0(证书索引) a.cer(证书存到本地名称or路径)

 


命令行更换编码格式:
chcp

936(gbk) 65001(utf-8)

使用cmd命令行进行本地证书读取

标签:格式   名称   user   tmg   utf-8   路径   命令行   更换   roo   

原文地址:http://www.cnblogs.com/QQ_86053634/p/7978236.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!