I'd like to automate importing cert(s) on a Windows CE device. Pushing the certs down to the devices is not a problem, but once they are there I cannot determine how to import them without using the UI.
我想在Windows CE设备上自动导入证书。将证书推送到设备不是问题,但一旦他们在那里我无法确定如何在不使用UI的情况下导入它们。
(I'm currently using Avalanche Mobility Center)
(我目前正在使用Avalanche Mobility Center)
2 个解决方案
#1
1
Another way to push certificates onto windows mobile devices is to use Windows Mobile Device Provisioning.
将证书推送到Windows移动设备的另一种方法是使用Windows Mobile Device Provisioning。
MSDN Provisioning Mobile Devices Article
MSDN配置移动设备文章
For examples of certificate provisioning, in any of the Windows Mobile SDK directories, there is a SDKTools directory with examples xml files. e.g. on a standard VS 2008 install with the SmartDeice SDK installed
有关证书配置的示例,在任何Windows Mobile SDK目录中,都有一个带有示例xml文件的SDKTools目录。例如在安装了SmartDeice SDK的标准VS 2008安装上
...\Microsoft Visual Studio 9.0\SmartDevices\SDK\SDKTools
... \ Microsoft Visual Studio 9.0 \ SmartDevices \ SDK \ SDKTools
As the above article points out, there are a number of ways you can provisioning a device. Installer CAB or CPF, an native application using the API or remotely connected device using RAPI or over the air (altho over the air is not really an option unless you are a mobile operator).
正如上面的文章所指出的,您可以通过多种方式配置设备。安装程序CAB或CPF,使用API的本机应用程序或使用RAPI或通过无线方式远程连接的设备(除非您是移动运营商,否则不能通过无线方式实现)。
MSDN: CertificateStore Configuration Service Provider
MSDN:CertificateStore配置服务提供商
#2
0
You need to execute the certificate from the command line. The easiest way to figure out what is happening is to go in to the .cert extension in Windows ME and see what command gets executed when a double click happens.
您需要从命令行执行证书。找出正在发生的事情的最简单方法是进入Windows ME中的.cert扩展名,看看当双击发生时执行什么命令。
#1
1
Another way to push certificates onto windows mobile devices is to use Windows Mobile Device Provisioning.
将证书推送到Windows移动设备的另一种方法是使用Windows Mobile Device Provisioning。
MSDN Provisioning Mobile Devices Article
MSDN配置移动设备文章
For examples of certificate provisioning, in any of the Windows Mobile SDK directories, there is a SDKTools directory with examples xml files. e.g. on a standard VS 2008 install with the SmartDeice SDK installed
有关证书配置的示例,在任何Windows Mobile SDK目录中,都有一个带有示例xml文件的SDKTools目录。例如在安装了SmartDeice SDK的标准VS 2008安装上
...\Microsoft Visual Studio 9.0\SmartDevices\SDK\SDKTools
... \ Microsoft Visual Studio 9.0 \ SmartDevices \ SDK \ SDKTools
As the above article points out, there are a number of ways you can provisioning a device. Installer CAB or CPF, an native application using the API or remotely connected device using RAPI or over the air (altho over the air is not really an option unless you are a mobile operator).
正如上面的文章所指出的,您可以通过多种方式配置设备。安装程序CAB或CPF,使用API的本机应用程序或使用RAPI或通过无线方式远程连接的设备(除非您是移动运营商,否则不能通过无线方式实现)。
MSDN: CertificateStore Configuration Service Provider
MSDN:CertificateStore配置服务提供商
#2
0
You need to execute the certificate from the command line. The easiest way to figure out what is happening is to go in to the .cert extension in Windows ME and see what command gets executed when a double click happens.
您需要从命令行执行证书。找出正在发生的事情的最简单方法是进入Windows ME中的.cert扩展名,看看当双击发生时执行什么命令。