Abstract
To use Android without a trusted official CA signed SSL certificate, convert the PEM file to a CERT file and add it to the root of the device.
If users do not use a trusted official CA signed SSL certificate or use the Android APK, you need to convert the PEM file to a CERT file and add it to the root of your device.
In Cortex XSOAR go to
→ → → and download the certificate.From the command line, execute the following command:
openssl x509 -inform PEM -outform DM -in ~/<file_path>/<certificatename>.pem -out ~/<file_path>/<certificatename>.crt
Copy the
.crt
file to the/sdcard
folder on your mobile device.On your mobile device, go to
→ → → and when prompted, enter the certificate name for the.crt
file.