Replies: 1 comment
-
Not sure if it's of any help to you, but I tried it a few months back and came to the conclusion that it's currently not possible. The reason is, that after writing to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Automating Intermediate CA Generation in Bank-Vaults
Overview
Is it possible to automate the generation of an Intermediate Certificate Authority (CA) using bank-vaults on AKS (Kubernetes) ? The goal is to integrate this process into the existing configuration.
Current Setup
A Root Certificate Authority (CA) has been successfully deployed with the following configuration:
Current Status
The Root CA is operational and issues certificates. The next step is to automate Intermediate CA generation and signing by the Root CA.
Challenges
externalConfig
.Expected Outcome
Confirmation or guidance on whether:
Additional Context
Thank you for your insights or documentation!
Beta Was this translation helpful? Give feedback.
All reactions