How to add a complete certificate chain from a .p7b file to an existing certificate in Azure Key Vault

Rusty Crabbs 65 Reputation points
2023-09-12T19:07:48.82+00:00

Is it possible to update a certificate in the Key Vault with the complete certificate chain supplied by a .p7b file?

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,452 questions
0 comments No comments
{count} votes

Accepted answer
  1. Akshay-MSFT 17,956 Reputation points Microsoft Employee Moderator
    2023-09-13T10:43:40.76+00:00

    @Rusty Crabbs

    Thank you for posting your query on Microsoft Q&A, from above description I could conclude that you are looking to upload certificate chain via single .P7b file in Azure Key Vault.

    Please do correct me if this is not the by responding in the comments section:

    Else follow the below actions:

    For partnered CAs (Digicert etc)

    For non-partnered CAs(On-Prem)

    1. On the Certificate Operation tab, select Download CSR.

    Screenshot that highlights the Download CSR button.

    1. Have the CA sign the CSR (.csr).
    2. After the request is signed, select Merge Signed Request on the Certificate Operation tab to add the signed certificate to Key Vault. it will merge the entire chain, provided the user has brought back a .p7b file to merge.

    Thanks,

    Akshay Kaushik

    Please "Accept the answer" (Yes), and share your feedback if the suggestion answers you’re your query. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful

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.