Piwigo / Piwigo-Android

Piwigo Native Android App
GNU General Public License v3.0
140 stars 43 forks source link

#219 Allow user certificates #254

Closed acleu closed 4 years ago

acleu commented 4 years ago

I'm in the same situation as described in #219: NAS with certificates created in a private CA. I just created a version supporting this situation.

All I needed to do is to add the xml resource "network_security_config.xml" and to reference it in in the android manifest. The security config in that file accepts the system CA certificates and additional CA certificates installed by the android user via the android settings app.

It would be great if you could include that. Thanks.