Disable EJBCA TLS Popup During Automation in Helm Deployment #827
Unanswered
NeerajGahlawatJava
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, If you're programatically setting up EJBCA, do so through the SOAP or REST APIs instead of having a robot click through the UI. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi Team,
I am using EJBCA Community Edition to create certificates and have deployed EJBCA using Helm, where TLS_SETUP_ENABLED="simple".
As part of our automation script, we access the EJBCA Admin Web page to initiate the configuration. However, we are encountering an issue where a TLS setup popup (screenshot attached) appears, interrupting the automation process.
We need a way to bypass or disable this TLS popup so that our automation script can proceed smoothly with the EJBCA configuration.
Could you please suggest an approach to prevent the TLS popup from appearing when accessing the EJBCA Admin Web page?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions