I have the following files:
ca_bundle.crt
certificate.crt
private.key
In our Android project, we are trying to establish a handshake to a secure WebSocket and it requires a base64 .cer format certificate. Can anyone tell me how can I convert the above files to working base64 .cer file?
Thanks