Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions kbs/docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ The following properties can be set under the `attestation_token_config` section

>This section is available only when the `resource` feature is enabled.

| Property | Type | Description | Required | Default |
|----------------------------|---------------|-----------------------------------------------------|----------|-----------|
| `attestation_token_config` | String | Attestation token broker type. Valid values: `CoCo` | Yes | - |
| `trusted_certs_paths` | String Array | Trusted root certificates file paths (PEM format). | No | - |
| Property | Type | Description | Required | Default |
|----------------------------|--------------|-------------------------------------------------------------------------------------------------------------------------------------|----------|---------|
| `attestation_token_config` | String | Attestation token broker type. Valid values: `CoCo` | Yes | - |
| `trusted_certs_paths` | String Array | Trusted Certificates file (PEM format) or a valid Url (`file://` or `https://`) pointing to a JWKSet certificates (local or OpenID) | No | - |


If `trusted_certs_paths` is set, KBS will forcibly check the validity of the Attestation Token signature public key certificate,
if not set this field, KBS will skip the verification of the certificate.
Expand Down