Key Vault CA Certificate Signature the certificate

祎 李 20 Reputation points
2024-07-01T09:45:50.34+00:00

I need to create a CA certificate in the Key Vault,Then use the CA certificate to signature a new certificate,Please tell me where is the SDK for key vault to signature the certificate?

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,287 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deepanshukatara-6769 9,355 Reputation points
    2024-07-01T10:01:37.39+00:00

    Hi , Welcome to MS Q&A

    The Azure Key Vault SDKs provide libraries for using secrets, certificates, and keys in your application. To sign a certificate, you can use the Key Vault certificate client library for .NET. You can find sample code for using the library in the Quickstart: Azure Key Vault certificate client library for .NET here.

    References:

    You can find here for other tech also like Python , C etc

    Kindly accept answer if it helps

    Please let us know if any further questions

    Thanks

    Deepanshu

    0 comments No comments

  2. Bruce (SqlWork.com) 65,311 Reputation points
    2024-07-05T20:35:55.2833333+00:00

    You don’t create CA certificates in key vault. You install a CA certificate used to sign key vault certificates. Use can use a key vault CA partner to create and install, or manually install your CA cert created by a different source

    https://learn.microsoft.com/en-us/azure/key-vault/certificates/certificate-scenarios

    note: CA certificates are not free, unless you use a self signed certificate. If self signed, it must be installed as trusted CA certificate on any platform where any of its signed certs are used.

    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.