Using my own certificate authority with coder #18095
Unanswered
erikboberg
asked this question in
General
Replies: 1 comment
-
hey @erikboberg, were you able to get this solved? if not, could you provide the Coder version you're running? and how you're running it? (Docker, Kubernetes, stand-alone, etc) You will also need to edit the Terraform template or the base Docker image (if using Docker) to trust the CA certificate of your templates. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am trying to setup coder. I am using an internal certificate authority for the domain and would like my coder installation to recognize the root certificate. Right now I am getting the following error on the "Access URL":
EACS03: get healthz endpoint: Get "https://MYDOMAIN/healthz": tls: failed to verify certificate: x509: certificate signed by unknown authority
I am also not able to launch any workspaces because when launching them another check is performed against my domain and it fails with a similar error.
Beta Was this translation helpful? Give feedback.
All reactions