标签:格式 名称 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)
标签:格式 名称 user tmg utf-8 路径 命令行 更换 roo
原文地址:http://www.cnblogs.com/QQ_86053634/p/7978236.html