Go to main content
Oracle EDR InfiniBand 交换机和虚拟化 I/O 系统管理指南

退出打印视图

更新时间: 2016 年 11 月
 
 

显示 HTTPS 服务器 SSL 证书 (Oracle ILOM CLI)

交换机运行 HTTP 服务以支持 Web 访问。使用此任务可以显示 HTTP 服务属性,包括证书信息。

  1. 显示 SSL 状态。
    -> show -d properties /SP/services/https/ssl
     /SP/services/https/ssl
     	Properties:
     		cert_status = Using Default (No custom certificate or private key loaded)
    ->
    
  2. 显示 default_cert 证书的属性。
    -> 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. 显示定制证书的属性。
    -> 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. (可选)显示定制密钥。
    -> 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)
    ->
    

相关信息