Filesystem mounted in docker #3898
Replies: 1 comment
-
I solved it with a workaround.
Where <finger_print> has the value of the authorized certificate field. |
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 have the ADDON installed in Home Assistant Supervised. I am trying to configure ssl_client with a self-signed certificate. I need to upload the certificate to the nginx server, but I can’t find where to leave it.
Is there any filesystem in homeassistant that is mount on the nginx server?
ssl_client_certificate /path/personal.crt;
ssl_verify_client optional;
ssl_verify_depth 1;
Beta Was this translation helpful? Give feedback.
All reactions