How to add my Trusted Signature to my Azure Key Vault?

Nick 0 Reputation points
2025-01-22T23:37:37.0033333+00:00

Hi,

I created a trusted signature in my Azure account. I would like to use it to sign excel files. I understand that I need to export it as PFX. I believe I need Azure key vault to do so, correct?

If I get Key vault, how do I transfer / add my trusted signature to it so that I can then export it to sign my excel files?

Thank you

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,359 questions
Azure Trusted Signing
Azure Trusted Signing
Trusted Signing is a Microsoft fully managed, end-to-end signing solution that simplifies the certificate signing process and helps partner developers more easily build and distribute applications.
148 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Chiugo Okpala 5 Reputation points MVP
    2025-01-23T10:00:18.4566667+00:00

    Hi Nick,

    To add your Trusted Signature to your Azure Key Vault, you can follow these steps:

    1. Create a Certificate Signing Request (CSR): This is a message sent to a Certificate Authority (CA) to request a digital certificate.
    2. Sign the CSR: Have your CA sign the CSR.
    3. Merge the Signed Request: Import the signed certificate back into your Azure Key Vault.

    Here's a more detailed guide:

    1.Generate a CSR in Azure Key Vault:

    • Go to your Key Vault in the Azure portal.
    • Select Certificates and then Generate/Import.
    • Choose Generate as the method of certificate creation.
    • Fill in the required details like Certificate Name, Type of Certificate Authority (CA), and Subject.
    • Click Create to generate the CSR.

    2.Sign the CSR with your CA:

    • Download the CSR file from Azure Key Vault
    • Submit the CSR to your CA for signing

    3.Merge the Signed Certificate:

    • Once the CA returns the signed certificate, upload it back to Azure Key Vault.
    • Go to the Certificates section in your Key Vault.
    • Select the certificate and click on Merge Signed Request to complete the process.

    See azure documentation https://learn.microsoft.com/en-us/azure/key-vault/certificates/create-certificate-signing-request?tabs=azure-portal


  2. Meha-MSFT 495 Reputation points Microsoft Employee
    2025-01-23T17:04:13.92+00:00

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.