首页 > 其他 > 详细

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

时间:2017-12-04 18:01:33      阅读:765      评论:0      收藏:0      [点我收藏+]

显示本地所有证书:
运行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命令行进行本地证书读取

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!