Importing a Certificate Using FTP

  1. Copy the certificate to the /opt directory of the Oracle Communications Session Border Controller using SFTP.
  2. Import the certificate with the import-certificate command.
    Use the following syntax:
    import-certificate [try-all|pkcs7|x509] [certificate name] [filename]

    Use the value of the name parameter from the previously configured certificate-record configuration element for the certificate name argument.

    ORACLE# import-certificate x509 acme certificate.pem
    Certificate imported successfully....
    WARNING: Configuration changed, run "save-config" command.
    ORACLE#
  3. Save the configuration.
    ORACLE# save-config
  4. Activate the configurations.
    ORACLE# activate-config
  5. Reboot the system.