-
Hi! I'm trying to get ngnix to provide an self-signed intermediate CA together with the fqdn certificate but I can't figure out how to do it from the documentation. Each time I access the WebUI I get a net::ERR_CERT_AUTHORITY_INVALID because our Windows systems only have the root CA installed and usually it's the task of the webserver to provide an intermediate CA. |
Beta Was this translation helpful? Give feedback.
Answered by
qpirsel
Mar 28, 2025
Replies: 1 comment
-
Ok, solved. I had to put the full chain in the server.crt file. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
qpirsel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, solved. I had to put the full chain in the server.crt file.