Extracting the certificate and private key in Session Border Controller

Last Updated : Sep 08, 2020 |

About this task

Use this procedure to extract the certificate and private key from the P12 file in Session Border Controller.

Procedure

  1. Log in to Session Border Controller as root user by using an SSH client application, such as PuTTy.
  2. Run the following command to extract the certificate from the P12 file:

    openssl pkcs12 –in <filename>.p12 -out <filename>.pem -nokeys –clcerts

  3. Run the following command to extract the private key from the P12 file:

    openssl pkcs12 –in <filename>.p12 -out <filename>.key –nocerts