Extracting the certificate and private key in Session Border Controller

Last Updated : Sep 08, 2020 |
Use this procedure to extract the certificate and private key from the P12 file in Session Border Controller.
  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:
    ADDITIONAL INFORMATION:
    openssl pkcs12 –in <filename>.p12 -out <filename>.pem -nokeys –clcerts
  3. Run the following command to extract the private key from the P12 file:
    ADDITIONAL INFORMATION:
    openssl pkcs12 –in <filename>.p12 -out <filename>.key –nocerts