[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[其他] CertMig - cert 证书导入与导出工具

http://pan.baidu.com/share/link?shareid=4238069835&uk=1124163200
CertMig Command Line Utility - 2010 Simon Jarvis(c) wintools.com.au

CertMig.exe is a utility for exporting and importing all your personal
Certificatesfrom a command line prompt or administrative script.

Supported operating systems:
Windows 2000 Profressional/Server
Windows XP Professional
Windows Vista (Professional/Business/Enterprise)
Windows 7 (Professional/Business/Enterprise)
Windows 2003 Server
Windows 2008 Server

Usage: CertMig.exe <options>
Options:
        -e <folder>     The directory the certificates are exported to.
        -i <folder>     The directory/filename of certificates to be import
        -s <store>      Store is my, ca or svc (Optional, defaults to my).
        -p <password>   Password used for the PFX files (Optional).
        -X509           Export certificates in X509 base64 format (Optional

        -all            Export all certificates in the store (Optional).

Valid Store parameters are:
        MY      - (default) Current user personal certificates
        CA      - Local machine imported certificates
        SVC     - Local Service imported certificates

If a password is not specified then the password will be set to the exporte
filename less extension.

Example: Test.pfx password is PC-201106150228_Test

Exported file format:
        ComputerName_CertificateFriendlyName.pfx
        ComputerName_CertificateFriendlyName.cer

Default PFX file password (pfx files only):
        ComputerName_CertificateFriendlyName

If muliple certificates exist with the same name, a numeric value will
be appended to the file.

If the certificate friendly name has invalid file name characters
such as /\:*?"<>, they are cleared from the outputed file name only.

Importing certificates folder or filename can contain wildcards.
Example:
        CertMig.exe -i c:\temp\*.pfx -s MY

If no password is specified on the import, CertMig.exe the default password
format is tried.

Note when exporting in base64 X509 certificate format, PFX (private key
certificates) will be exported in PKCS #12 format and not base64.


示例:导入 test.cert
  1. CertMig -i "test.cert" -s CA
复制代码
==============================================

相关工具:

CertMgr - 证书添加/删除/查看...
http://bathome.net/viewthread.php?tid=12940

CerInstall - 最小化打开“证书导入向导”,然后自动点击按钮。
http://bathome.net/viewthread.ph ... muid=33065#pid83523
1

评分人数

还是有点遗憾,受信任的根证书,还是不能导入

TOP

可以导入CER证书吗?

TOP

好神奇

TOP

返回列表