I am configuring wso2-emm
, the step which I stuck in is android configuation, as it said in tutorial :
If the SSL certificate is self signed, use the CA certificate PEM file that is generated for iOS to create a BKS file that is compatible with Android
I follow the instruction about iOS, but it create .jks file not .bks file which is required for android. I try to convert .jks file to .bks using Portecle but I get the following error:
java.security.UnrecoverableKeyException : Cannot recover key.
How can i create a BKS file that is compatible with Android?