kv certificates Disabled

디엔소프트 DNSOFT 196 Reputation points
2020-10-21T09:00:52.827+00:00

I made certificates in kv but it's Disabled
integrated CA and
provider is DigCert
I did a download CSR and a signed request to merge the CSR file, but this error massge came up. The client request was rejected.
I signed up for DigCert and entered the api correctly.

34003-image.png

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

1 answer

Sort by: Most helpful
  1. JamesTran-MSFT 36,541 Reputation points Microsoft Employee
    2020-10-21T21:47:29.7+00:00

    @디엔소프트 DNSOFT
    Thank you for the post!

    When it comes to a "BadParameter" error message, when you import a certificate, you need to ensure that the key is included in the file. If you have a private key stored separately in a different format, you need to combine the key with the certificate. Some certificate authorities (CAs) provide certificates in other formats. Therefore, before you import the certificate, make sure that it's in either PEM or PFX file format and that the key uses either Rivest–Shamir–Adleman (RSA) or elliptic-curve cryptography (ECC) encryption.

    For more information, see certificate requirements and certificate key requirements.

    If you're still running into issues, can you please provide what documentation you're following when creating/uploading your certificate. I was able to find some docs which walks through the process, which I'll post below.

    Additional Links:
    Creating and merging CSR in Key Vault
    Integrating Key Vault with DigiCert Certificate Authority
    Importing Azure Key Vault certificates FAQ

    I hope this helps, if you have any other questions please let me know.
    Thank you for your time and patience throughout this issue.

    ----------

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    1 person found this answer helpful.