Find answers to your technical questions and learn how to use our products
Search suggestions:
Use this procedure to extract the certificate and private key from the P12 file in Session Border Controller.
openssl pkcs12 –in <filename>.p12 -out <filename>.pem -nokeys –clcerts
openssl pkcs12 –in <filename>.p12 -out <filename>.key –nocerts
Previous Topic
Next Topic