Hi Team,
This happens usually and I am not sure what I am doing wrong. Whenever our Mobile access SSL portal certificate expires we upload it in a pfx or p12 format. This pfx we create on a Linux machine using openssl command.
I tried creating a pfx file with numerous ways i.e. appending intermediate and root certificate in a signed certificate file then using openssl command.
openssl pkcs12 -export -out exmpale.pfx -inkey example.key -in exmaple.crt
However when we upload the pfx or p12 certificate the snx most of the time hangs on a connecting prompt. last time I faced the same issue and then I created a pfx file using below command and it worked.
openssl pkcs12 -export -out azvpn.pfx -inkey azvpn.key -in azvpn.crt -certfile gd_bundle-g2-g1.crt
So I did not find a single solution that worked; every time it was just a fluke by creating pfx file and it worked.
Thanks and Regards,
Blason R
CCSA,CCSE,CCCS