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

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 60,871 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