> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> 利用可能な証明書とそのSOURCESに関する情報が含まれています。

# system.certificates

<div id="description">
  ## 説明
</div>

利用可能な証明書とそのSOURCESに関する情報が含まれます。

<div id="columns">
  ## カラム
</div>

* `version` ([Int32](/ja/reference/data-types)) — 証明書のバージョン。値は、v1 が 0、v2 が 1、v3 が 2 です。
* `serial_number` ([Nullable(String)](/ja/reference/data-types)) — 発行者によって割り当てられた証明書のシリアル番号。
* `signature_algo` ([Nullable(String)](/ja/reference/data-types)) — 署名アルゴリズム。この証明書への署名に発行者が使用するアルゴリズムです。
* `issuer` ([Nullable(String)](/ja/reference/data-types)) — 発行者。この証明書を発行する認証局の一意の識別子です。
* `not_before` ([Nullable(String)](/ja/reference/data-types)) — この証明書が有効となる期間の開始時刻。
* `not_after` ([Nullable(String)](/ja/reference/data-types)) — この証明書が有効となる期間の終了時刻。
* `subject` ([Nullable(String)](/ja/reference/data-types)) — サブジェクト。公開鍵の所有者を識別します。
* `pkey_algo` ([Nullable(String)](/ja/reference/data-types)) — 公開鍵アルゴリズム。公開鍵に使用されるアルゴリズムを定義します。
* `path` ([String](/ja/reference/data-types)) — この証明書を含むファイルまたはディレクトリへのパス。
* `default` ([UInt8](/ja/reference/data-types)) — 証明書がデフォルトの証明書保存場所にあります。
* `protocol` ([String](/ja/reference/data-types)) — 証明書がプロトコルごとの TLS 設定に由来する場合はプロトコル名、それ以外の場合は空です。
