Certificate generation support in azd? #8103
ronaldbosma
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
I would like your POV here @heaths - Did you have a tool to use KeyVault for certs? I have used https://github.com/acmesh-official/acme.sh in the past for my own experiments (when it comes to self-signed). I do believe it would be a good extension |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious whether there is a broader need for certificate generation support in azd, possibly via an extension.
I'm currently working on a template for different mTLS scenarios in combination with API Management. As part of that, I needed a (self-signed) certificate hierarchy including a Root CA, Intermediate CA(s) and client certificates.
Initially I considered generating everything through Azure Key Vault, but Key Vault only supports generating 'leaf' certificates and not CA certificates, which makes it difficult to create a complete trust chain.
At the moment I have a PowerShell script that generates the certificate tree, but that limits the experience to Windows users. OpenSSL is another option, but it introduces an external dependency that template users would need to install themselves.
This made me wonder whether an azd extension for certificate generation could make sense as a more native and cross-platform solution. Something that could generate certificate hierarchies for development/testing scenarios directly from azd.
I'm interested to hear whether others have run into similar challenges or have related use cases.
Beta Was this translation helpful? Give feedback.
All reactions