Does vaultwarden work with a self-signed certificate on sso host #6272
Replies: 1 comment
-
|
I have configured a non-standard certificate authority using a chain cert. I had to create a kubernetes secret, and do a volume mount in my deployment to the path "/etc/ssl/certs/" and override the existing ca-certificates.crt file. Then I was able to connect to my keycloak instance just fine after that. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use vaultwaden with a keycloak which has a self-signed certificate on it.
vaultwarden runs with a letsencrypt certificate on it.
I mounted certificate and run update-ca-certificates. Checked it with curl, so curl trusts keycloak domain, but i still getting an error.
I tried with another keycloak instance, which has a letsencrypt certificate, and got successfully redirected to keycloak.
Any advices ?
Beta Was this translation helpful? Give feedback.
All reactions