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

Exit Print View

Updated: November 2016
 
 

Display the HTTPS Server SSL Certificates (Oracle ILOM CLI)

The switch runs an HTTP service that supports web access. Use this task to display the HTTP service properties, including certificate information.

  1. Display the SSL status.
    -> show -d properties /SP/services/https/ssl
     /SP/services/https/ssl
     	Properties:
     		cert_status = Using Default (No custom certificate or private key loaded)
    ->
    
  2. Display the properties of the default_cert certificate.
    -> show -d properties /SP/services/https/ssl/default_cert
     /SP/services/https/ssl/default_cert
     	Properties:
    		issuer = /C=US/ST=California/L=Redwood Shores/O=Oracle America, Inc./CN=Oracle Integrated Lights Out Manager
    		subject = /C=US/ST=California/L=Redwood Shores/O=Oracle America, Inc./CN=Oracle Integrated Lights Out Manager
    		valid_from = Jun 12 15:29:01 2014 GMT
    		valid_until = Jun  7 15:29:01 2034 GMT
    ->
    
  3. Display the properties of a custom certificate.
    -> show -d properties /SP/services/https/ssl/custom_cert
     /SP/services/https/ssl/custom_cert
     	Properties:
    		clear_action = (Cannot show property)
    		issuer = (none)
    		load_uri = (Cannot show property)
    		subject = (none)
    		valid_from = (none)
    		valid_until = (none)
    ->
    
  4. (Optional) Display the custom key.
    -> show -d properties /SP/services/https/ssl/custom_key
     /SP/services/https/ssl/custom_key
     	Properties:
    		clear_action = (Cannot show property)
    		key_present = false
    		load_uri = (Cannot show property)
    ->
    

Related Information