Page 1 of 1

WebDAV plugin new beta: client certificates

Posted: 2014-08-14, 09:26 UTC
by ghisler(Author)
A new beta of the WebDAV plugin is available:
https://plugins.ghisler.com/aplg/tcandroidwebdav207b2.apk

The plugin now supports client certificates in .p12 format, same you can import into Internet Explorer or Firefox. If you only have .key and .pem files, you can create a p12 file with OpenSSL:
openssl pkcs12 -export -inkey your_private_key.key -in certificate.pem -name my_name -out final_result.p12

If you enter a password in the WebDAV settings, it will be used to decrypt the p12 file. If not, you will be asked for the password when connecting if the p12 is encrypted.

The plugin also fixes random crashes, and supports direct plugin to plugin file transfers with other updated plugins and TC 2.05 beta 3.