Does anyone else have an issue getting `oryd/keto:...
# ory-selfhosting
w
Does anyone else have an issue getting
oryd/keto:v0.12.0-alpha.0
to start an https listener? All the other services we're using (including kratos) start fine, but it seems like keto just ignores the certificates completely no matter how we're providing them (base64 encoded or path, both directly inserted into the config or via env vars). If I exec into the container, they're showing up in env, and googling
SERVE_WRITE_TLS_CERT_BASE64
nets me https://www.ory.sh/docs/keto/reference/configuration, which confirms the env var name is definitely correct. Any ideas?