Import a PKCS #12 File

You can import a PKCS #12 key and certificate file that was generated elsewhere into the Oracle® Enterprise Session Border Controller (E-SBC) by way of the ACLI.

Use the following syntax on the ACLI.

import-certificate <pkcs#12> <Certificate-record-name> [pkcs 12-file-name]

Where

  • Certificate-record-name—must be a new name that does not exist as PKCS #12. This is different from other certificate imports, where the certificate record must already exist in the target destination.
  • Pkcs12-file-name—the name of the PKCS #12 file that you want to import. Import the file to /opt.

The following example shows the system display when importing a PKCS #12 file named localRecordCert.p12 into the E-SBC.

sd225v# import-certificate pkcs12 localCert localRecordCert.p12

The specified certificate-record (localCert) does not exist

Creating one...

Enter import password:

Certificate imported successfully...

Warning: Configuration changed. run 'save-config' and 'activate-config' commands to commit the changes.