Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Install a Custom SSL Certificate and Key (Oracle ILOM CLI)

The switch has an integrated web server and contains a default SSL certificate and self-signing key for HTTPS access, but also supports a custom SSL certificate if you have one.


Note -  To use a custom certificate, you must install both a custom SSL certificate and key.
  1. Load the certificate.
    -> load URI /SP/services/https/ssl/custom_cert
    

    where URIis the uniform resource indicator.

    For example, to load a certificate named server.pem from IP address 123.45.67.89 using the TFTP protocol, type:

    -> load tftp://123.45.67.89//server.pem /SP/services/https/ssl/custom_cert
    Load successful.
    ->
    
  2. Load the key.
    -> load URI /SP/services/https/ssl/custom_key
    

    where URIis the uniform resource indicator.

    For example, to load a certificate named server-key.pem from IP address 123.45.67.89 using the TFTP protocol, type:

    -> load tftp://123.45.67.89//server-key.pem /SP/services/https/ssl/custom_key
    Load successful.
    ->
    

Related Information