Replies: 1 comment
-
I believe this is a permission denied error when the Postgres user tries to load the certs. They are normally only readable by
To fix this, change your Postgres cluster manifest to add a
This way, as configmaps/secrets are mounted, they are readable by
For me, postgresql now starts and properly encrypts communication with the key & cert provided by cert-manager. |
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 use certmanager for create my postgresql cluster. And on a from sractch install, i have this error:
FATAL: could not load server certificate file "/tls/tls.crt": SSL error code 2147483661
. I don't understand the problem.This is my config:
My certificate:
Beta Was this translation helpful? Give feedback.
All reactions