526 Error, invalid SSL certificate
Hello, I want to have a proper url for coder (coder.example.com) with https.
I created a certificate (.pem and .key), the secret (
When I visit the URL, I get a 526 error, invalid SSL certificate from cloudflare.
It seems the secret is not applied properly. When I go in the settings page, I get coder's original certs and keys :
I created a certificate (.pem and .key), the secret (
microk8s kubectl create secret tls coder-tls -n coder --key="key.key" --cert="cert.pem"), and added it to the config : When I visit the URL, I get a 526 error, invalid SSL certificate from cloudflare.
It seems the secret is not applied properly. When I go in the settings page, I get coder's original certs and keys :
- /etc/ssl/certs/coder/coder-tls/tls.crt
- /etc/ssl/certs/coder/coder-tls/tls.key
