Go to main content
Oracle® ZFS Storage Appliance 管理ガイド、Release OS8.7.0

印刷ビューの終了

更新: 2017 年 3 月
 
 

サービスへの証明書の割り当て (CLI)

LDAP サービスに証明書を割り当てるには、次のステップを使用します。

  1. すべての証明書エントリを表示するには、configuration settings certificates trusted コンテキストに移動し、show コマンドを入力します。
    hostname:configuration settings certificates trusted> show
    Properties:
                    default = auto
    System Certificates:
    CERT     TYPE SUBJECT                   ISSUER                    EXPIRES   
    cert-002 cert hostname.us.example.com  Joe Test CA               2038-1-21
  2. サービスに割り当てる証明書を選択します。
    hostname:configuration settings certificates trusted> select cert-002
    hostname:configuration settings certificates trusted cert-002> set services=ldap
                       services= ldap (uncommitted)     
    hostname:configuration settings certificates trusted cert-002> commit