Replies: 1 comment 9 replies
-
Hi, The way the browsers handle TLS is that the root certificate has to be from a known and trusted issuer – this is of course a story unto itself, and you'd have to go through the process of getting an internal-use certificate from one of the major commercial CAs. Unless you're a major enterprise yourself, I suspect that this isn't the path you're aiming for, The much easier answer is that for your internal use you can simply add the ManagementCA certificate to your local root store, either locally on your machine (if using a webkit-derived browser like Chrome or Safari) or in the browser itself if using Firefox. Cheers, |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, How do I change the certificate so that I do not get certificate warnings when accessing the UI? The managementCA is the issueing CA now, Can I for example use a certificate from another CA for secure the web interface?
Beta Was this translation helpful? Give feedback.
All reactions