美文网首页
Windows系统生成CSR请求证书文件步骤

Windows系统生成CSR请求证书文件步骤

作者: Kake | 来源:发表于2018-02-11 14:49 被阅读36次

Generating a CSR for signing Windows Code:

  1. Open certmgr.msc

  2. Right click the “Personal” node.

  3. Navigate to All Tasks > Advanced Operations > Create Custom Request.

  4. Select “Proceed without enrollment policy” and click Next.

  5. Make sure the Request Format is PKCS #10 and select Next.

  6. Expand Details and select Properties.

  7. Under the General tab you need to give the certificate a descriptive friendly name.

  8. Under the Subject Tab you need to include a valid value for the following attributes:

    Common Name – The name of your business.

    Organization – The name of your business.

    Locality – The physical location your business resides.

    State – The territory where your business resides.

    Country – The primary country your business operates in.

  9. Under Extensions, make sure to add “digital signature” and “key encipherment” and “key certificate signing”.

  10. Under Extender Key usage (Application Policies) make sure to add Code Signing.

  11. Under “Private Key”, make your key size at least 2048. Select “Make your private key exportable”. Do NOT select “Strong private key protection”. Under Hash algorithm select “Sha256”. Click OK.

  12. Select next, and export your CSR in Base 64 format. Open this in notepad and paste the contents into SSLTrust SSL Configuration Panel for the Certificate you have ordered so that we can process your certificate request. Remember to use Internet Explorer or Chrome as Firefox maintains its own Certificate Store and will not function as expected.

相关文章

  • Windows系统生成CSR请求证书文件步骤

    Generating a CSR for signing Windows Code: Open certmgr.m...

  • iOS 最全的app上架教程

    上架步骤一、创建App ID二、创建证书请求文件 (CSR文件)三、创建发布证书 (CER)四、创建Provisi...

  • iOS-最全的App上架教程

    上架步骤 一、创建App ID 二、创建证书请求文件 (CSR文件) 三、创建发布证书 (CER) 四、创建Pro...

  • iOS 上架流程

    上架步骤 一、创建创建App ID 二、创建证书请求文件 (CSR文件) 三、创建发布证书 (CER) 四、创建P...

  • App上架流程(2016-17最新)

    前言: 总的来说,App Store 的上架流程,主要分为 7 大步骤: 1、创建证书请求文件(CSR文件) 2、...

  • iOS 上架流程:

    准备 开发者账号 完工的项目 上架步骤 一、创建App ID 二、创建证书请求文件 (CSR文件) 三、创建发布证...

  • iOS之App上架教程

    准备 1.开发者账号2.完工的项目 上架步骤 一、创建App ID二、创建证书请求文件 (CSR文件)三、创建发布...

  • App上架教程

    App上架教程 准备 开发者账号 完工的项目 上架步骤 一、创建App ID 二、创建证书请求文件 (CSR) 三...

  • iOS推送证书即将过期解决办法

    iOS推送证书即将过期的解决办法 1.证书请求文件CSR备好,放到桌面,如何创建CSR请看官方文档[https:/...

  • iOS - 最新的App上架教程

    文章出处:随梦而飞飞 准备 开发者账号完工的项目 上架步骤 一、创建App ID 二、创建证书请求文件 (CSR文...

网友评论

      本文标题:Windows系统生成CSR请求证书文件步骤

      本文链接:https://www.haomeiwen.com/subject/pegktftx.html