zoukankan      html  css  js  c++  java
  • Citrix Receiver running on my mobile phone

    Today, I downloaded Citrix Receiver from Microsoft Market. Record here is about certificate install on the phone:

    How to install root certificates

    Only trusted processes can install certificates. On a two-tier device, only privileged applications can run trusted processes. Therefore, the device manager (the OEM or the mobile operator) must let you install a certificate. Alternatively, the device manager must sign the application with a certificate that is in the privileged execution certificate store on the device.

    When you are granted a device manager role on a Windows Mobile-based device, you can install a root certificate file by using the built-in certificate installer. To use the built-in certificate installer, follow these steps: http://support.microsoft.com/kb/915840

    1. Connect the mobile device to the computer.
    2. On the computer, start ActiveSync 4.1, and then click Explore.
    3. Copy the root certificate file (.cer) to the device.
    4. On the device, run the .cer file that is associated with the built-in Certinst.exe file.

    If the security policy on the Windows Mobile-based device prevents the built-in certificate installer from working, try the following steps to install the certificate:

    1. Download the SmartPhoneAddcert.exe tool to your computer. The following file is available for download from the Microsoft Download Center:
      Collapse this imageExpand this image
      Download
      Download the SmartPhoneAddCert.exe package now. (http://download.microsoft.com/download/0/3/b/03b3162a-c093-4434-917c-4b289d027ceb/smartphoneaddcert.exe)

      Note Some mobile operators provide a signed version of this tool. If a signed version is available for your device, download the signed version.
    2. Run SmartPhoneAddCert.exe to extract the contents to a folder on your computer.
    3. Copy SmartPhoneAddCert.exe to your device.
    4. On your device, create a folder that is named "Storage." SmartPhonePAddCert.exe searches for the certificate in this folder.
    5. Copy the root certificate (.cer file) to the Storage folder on your device.
    6. Run SmartPhoneAddCert.exe. Click to select the .cer file that you copied to the Storage folder, and then install the root certificate.

      After than, that's great! I can logon my working station through my mobile phone! Amazing!

  • 相关阅读:
    innodb_fast_shutdown中值为1或者2的区别是?
    C语言解析日志,存储数据到伯克利DB 2
    (2010-8-31) awk内存泄漏以及缓慢的正则表达式计算速度
    C语言解析日志,存储数据到伯克利DB
    awk的接口实现方案1
    谷歌开源Gumbo:纯C语言实现的HTML5解析库
    pylint
    提高写代码的能力(转载)
    python的闭包以及闭包在设计里的意图和作用
    痛并快乐的造轮子之旅:awk访问数据库之旅
  • 原文地址:https://www.cnblogs.com/sdikerdong/p/2256499.html
Copyright © 2011-2022 走看看