zoukankan      html  css  js  c++  java
  • 微软推荐的Get a code signing certificate流程和链接

    Get a code signing certificate

     

    Before you can establish a Windows Dev Center hardware dashboard account, you need to get a code signing certificate to secure your digital information. This certificate is the accepted standard for establishing your company’s ownership of the code you submit. It allows you to digitally sign PE binaries, such as .exe, .cab, .dll, .ocx, .msi, .xpi and .xap files.

    Step 1: Determine which type of code signing certificate you need

    • Microsoft accepts standard code signing and extended validation (EV) code signing certificates from Symantec and DigiCert. If you already have an approved standard or EV certificate from one of these authorities, you can use it to establish a Windows Dev Center hardware dashboard account. If you don’t have a certificate, you’ll need to buy a new one.

    • The table below provides the details of the Certificate requirements for each of the dashboard services.

    Dashboard service/permissionCode signing certificate requirement

    Bug management

    Standard or EV

    DDC – Driver Distribution Center

    Standard or EV

    Device Metadata

    Standard or EV

    Report Data

    Standard or EV

    Submissions

    Standard or EV

    WRD – Windows Remote Debugging

    Standard or EV

    LSA

    EV

    UEFI

    EV

    Windows Reference Design

    Standard or EV

    Note: Submissions will enforce the EV-only requirement later this year.

    Code signing certificates for Windows Dev Center hardware dashboard

    There are two types of code signing certificates available today:

    Standard Code Signing

    • Provides standard level of identity validation

    • Requires shorter processing times and lower cost

    • Can be used for all Windows Dev Center hardware dashboard services except LSA, and UEFI file signing services.

    • In Windows 10 for desktop editions (Home, Pro, and Enterprise), standard code signing cannot be used for kernel-mode drivers. For more info about these changes, see Driver Signing Changes in Windows 10.

    Extended Validation (EV) Code Signing

    • Provides the highest level of identity validation

    • Requires longer processing times and higher cost due to an extensive verification process

    • Can be used for all Windows Dev Center hardware dashboard services, and is required for LSA and UEFI file signing services

    • In Windows 10 for desktop editions, all kernel-mode drivers must be signed by the Windows Hardware Dev Center Dashboard and the Windows Hardware Dev Center Dashboard requires an EV certificate. For more info about these changes, see Driver Signing Changes in Windows 10.

    Step 2: Buy a new code signing certificate

    If you don’t have an approved standard or EV code signing certificate, you can buy one from one of the certificate authorities below.

    Standard code signing certificates

    Extended validation code signing certificates (required for UEFI, kernel-mode drivers, and LSA certifications)

    Step 3: Retrieve code signing certificates

    Once the certificate authority has verified your contact information and your certificate purchase is approved, follow their directions to retrieve the certificate.

    Note  

    You must use the same computer and browser to retrieve your certificate.

     

    Next steps

    • If you’re setting up a new Windows Dev Center hardware dashboard account, follow the steps in Establish a new company.

    • If you’ve already set up a Windows Dev Center hardware dashboard account and need to renew a certificate, follow the steps in Update a code signing certificate.

    https://msdn.microsoft.com/en-us/library/windows/hardware/hh801887.aspx

  • 相关阅读:
    PHP 指定的 CGI 应用程序由于未返回完整的一组 HTTP 头而产生错误行为。
    BPM触发事件
    封装继承多态到底讲的是什么
    .Net 为什么叫.Net 转载自 jerrylsxu 的博客
    C# 琐碎记忆 Message
    SQL Case
    C# 命名规范(部分)
    C# 反射
    C# 日志 log 配置文件
    C# 琐碎记忆 三元表达式
  • 原文地址:https://www.cnblogs.com/findumars/p/4895965.html
Copyright © 2011-2022 走看看