構文
tadm get-cert-prop common_options [--token=name] --config=config_name --nickname=nick_name (property_name)*
説明
このコマンドを使用して、証明書プロパティを表示します。トークンがパスワードで保護されている場合、get-cert-prop
コマンドによってトークン・パスワードの入力を求められます。
オプション
common_options
の詳細は、helpコマンドを実行してください。
--token|-t
暗号化された公開鍵を含むトークンまたは暗号デバイスを指定します。
--config|-c
証明書プロパティを表示する構成の名前を指定します。
--nickname|-n
証明書の短縮名またはニックネームを指定します。
オペランド
property-name
表示するプロパティの名前を指定します(オプション)。
次の証明書プロパティを表示できます。
Nickname Subject Issuer Valid From Valid Till Fingerprint Serial Number Trusted to sign Client Certificates Trusted to sign Server Certificates
例
tadm get-cert-prop --user=admin --host=admin.example.com --password-file=./admin.passwd --port=8989 --no-prompt --config=www.example.org --token=internal --nickname=OTD Trusted to sign client certificates
終了コード
次の終了値が戻されます。
0: コマンドの実行に成功しました。
>0: コマンドの実行時にエラーが発生しました。
終了コードと構文表記の詳細は、helpコマンドを実行してください。
関連項目
「help」、「install-cert」、「delete-cert」、「list-certs」、「set-cert-trust-prop」、「create-selfsigned-cert」、「create-cert-request」