I'm developing an app for Google Glass, which has to get some data over https from specific servers. These servers host a simple WCF OData service. As getting proper root CAs is not always an option, I need a way to install my own self-signed .cer files on the device.
I haven't found anything about this...
https://code.google.com/p/google-glass-api/issues/detail?id=125
The link above suggests, that this should work, but I have no idea how...
Any advice is appreciated