Obtain the Public SSL Certificate from Exadata Express

Obtain the public SSL certificate from your Exadata Express instance. You will use this trusted certificate to encrypt connections between your LBaaS instance and your Exadata Express instance.

To obtain the public SSL certificate:
  1. Access the service console for your service. See Access the Service Console.
  2. Use your browser to download the public wildcard SSL certificate for *.db.us2.oraclecloudapps.com or *.db.em2.oraclecloudapps.com.
  3. If your browser did not save this SSL certificate in PEM format, then you must separately convert it to PEM format. One way of converting the certificate is to use the openssl utility. For example:
    openssl x509 -inform der -in db.us2.oraclecloudapps.com.cer -out db.us2.oraclecloudapps.com.pem

    Note:

    Note the expiration date of this SSL certificate. Oracle renews the SSL certificate prior to the expiry date, and you must upload the new version to your LBaaS instance.