Hi manish,
Please find the below steps to resolve your issue:
Step 1: Download the openssl from openssl.org.
step 2: Extract it to proper location and open command prompt and give the path name as below:
Step 3: Run the 2 commands one in a order below:
cmd1 : openssl req -x509 -days 365 -newkey rsa:2048 -keyout server-key.pem -out server-cert.pem -config "D:\openssl-0.9.8k_X64\openssl.cnf"
cmd2: openssl pkcs12 -export -in server-cert.pem -inkey server-key.pem -out AgentryServer.pfx
You need to give few details when you run cmd1 and give common name as your machine name or ip address.
Step 4: Copy the server-cert.pem and make two copies. Rename 1 as server-cert.cer and anthor as AgentryTrustedCertificates.sst and place it in agentry folder.
Step 5: Go to SCC and open Key store configurations and deploy server-cert.cer as x.509 and AgentryServer.pfx as PKCS12 certificate and install the same certificates on machine and place them in trusted root store(Double click and install).
Step 6: Restart the SMp and copy the server-cert.cer to android phone and install the certificate in phone by visiting the trusted credenttials in settings.
Step 7: start the android client. and you are good to go.
Please award if helpful.