-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE_REQUEST] Customizable SSL CAs #1025
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days. |
Bump thank you bot! |
This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days. |
This issue was automatically closed because it has been stalled for over 6 weeks with no activity. |
Would love to see this implemented as well. |
Please reopen this! I have a custom CA to manage all my local services and dashy cannot do a "status check" due to errors such as |
I found out that Dashy's underlying system is Debian. Debian based systems have their custom CA certificates stored (usually) in
Searching for that folder within dashy results in the following:
I do not know how else to add custom CA certificates. Also, please reopen this Feature Request. I'd love to see my green dots for my live services. |
Can confirm this, I also struggled to mount my own ca file. And no dashy is underlying alpine, which has quite some differences and is optimized for lightweight OS. For me I solved the issue by just getting a letsencrypt ssl cert, it literally made my life so much easier, suggest you the same! |
Maybe this helps you get it working: |
you need to specify
|
OMG! I can confirm that adding |
Is your feature request related to a problem? If so, please describe.
Related to the
UNABLE_TO_VERIFY_LEAF_SIGNATURE
issue mentioned in #35Context:
coolapp.homeserver.local
)mkcert
(which I installed on my client machine)I'd like to use the custom dns
coolapp.homeserver.local
as both my link and my status check (to ensure it's actually accessible to other clients) but I get the above mentioned error.Describe the solution you'd like
I would like to see another volume mount documented where I could put my custom root/intermediate CA certificate(s) so dashy will respect them in addition to the typical set of CAs
Priority
Medium (Would be very useful)
Is this something you would be keen to implement
No
The text was updated successfully, but these errors were encountered: