Go to main content
Oracle EDR InfiniBand Switch および仮想 I/O システム管理ガイド

印刷ビューの終了

更新: 2016 年 11 月
 
 

HTTPS サーバー SSL 証明書の表示 (Oracle ILOM CLI)

スイッチは、Web アクセスをサポートする HTTP サービスを実行します。このタスクを使用して、証明書情報を含む、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)
    ->
    

関連情報