Can we fetch certificates using wildcard from Azure Key Vault extension

Syed Waleed Aftab 20 Reputation points
2024-09-23T16:31:48.2566667+00:00

We currently have a solution for fetching certificates from Azure KeyVault using the KeyVault extension for Windows on VMSS. Now for different requirements, we want to use the same extension to fetch multiple certificates (which will be uploaded to KV in the future) with the same wildcard certificates. Is this possible with the current setup? Thanks

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

Accepted answer
  1. akinbade abiola 17,290 Reputation points
    2024-09-24T01:38:05.97+00:00

    Azure Key Vault extension does not natively support fetching certificates using wildcards.

    As a workaround, maybe try querying the Key Vault for certificates using SDK or API and try filtering based on a wildcard pattern programmatically.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

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.