Add ability to use custom Certificate Authority Pool for Cloudflare Tunnels #669
donicrosby
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a local private CA (step-ca) that I use to author TLS certificates in my network
I would like to have Home Assistant use HTTPS for all network connections using the certificate made from my certificate authority.
Cloudflared works fine with HTTP but I would like to be able to add a custom CA Root Certificate to the container so that I am able to tell Cloudflare to check that the certificate is signed by my private CA's Root.
Cloudflare already has an option to do this with the Certificate Authority Pool option in their UI. I just need a way to inject the cert into the container and tell Cloudflared to use it to validate the certificate against.
A optional configuration option where you put the certificate data and it's mapped to a static file location in the container would be perfect for this.
Beta Was this translation helpful? Give feedback.
All reactions