Replies: 2 comments 2 replies
-
I wanted to let you know that the app already supports self-signed certificates, but it works a little differently. All you need to do is add your certificate to the Android TrustStore (CA) and then restart the app. Once that’s done, the app will automatically recognize and trust your certificate without requiring an additional file picker. This approach simplifies things and ensures seamless integration while maintaining security. Let me know if you encounter any issues or have further suggestions |
Beta Was this translation helpful? Give feedback.
-
Thanks for your fast response! Sorry, for the confusion. I am using let's encrypt for regular SSL certs. no problem with self signed certs. I meant mTLS in my request. Like this:
( https://www.cloudflare.com/learning/access-management/what-is-mutual-tls/ ) The bold part above would be the topic. |
Beta Was this translation helpful? Give feedback.
-
Hey guys.
I use a nginx reverse proxy to enroll SSL for my audiobookshelf instance. Since it's available over the internet I would like to also request Client Certs, like I do for other public services I host.
Since your app already supports customt headers (which is nice and not very common), I thought you might be open for such ideas. It would be great if you could add a filepicker to also provide a client cert (.p12) for (m)TLS authenticaten or utilize the android truststore since the cert is aleady added there.
I know I could do VPN etc., but that's not the way I like to play the game.
It's special interest for sure, but maybe you like the idea.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions