what properties should be used to create code-signing certificate using azure keyvault

Venkatesh Kacham 6 Reputation points Microsoft Employee
2024-08-09T11:23:28.64+00:00

what are the correct properties or configurations to be used to create code-signing certificate using azure keyvault

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,313 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Raja Pothuraju 7,750 Reputation points Microsoft Vendor
    2024-08-13T21:01:29.2766667+00:00

    Hello @Venkatesh Kacham,

    Thank you for posting your query on Microsoft Q&A.

    To create a code-signing certificate using Azure Key Vault, you'll need to configure the following properties:

    • Certificate Name: A unique name for your certificate.
    • Type of Certificate Authority (CA): Certificate issued by a non-integrated CA or Self-signed certificate.
    • Subject Name: The subject name of the certificate, which can include information such as country, organization, and common name.
    • Validity Period: The duration for which the certificate is valid.
    • Key Type: Choose the key type (RSA or EC).
    • Key Size: Specify the key size (e.g., 2048, 3072, 4096 for RSA).
    • Content Type: Choose the content type (e.g., PKCS12).
    • Extended Key Usages (EKUs): 1.3.6.1.5.5.7.3.3

    User's image

    Please refer the below documents for more information.

    Create a Certificate Signing Request using Azure Key Vault

    Setting Up Code Signing Certificates in Azure Key Vault

    Steps to Generate and Import PKCS12 or PEM Files into Microsoft Azure Key Vault

    I hope this information is helpful. Please feel free to reach out if you have any further questions.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Thanks,
    Raja Pothuraju.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.