Skip to content

Commit

Permalink
docs: update mTLS support in ApisixTls reference (#624)
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 authored Aug 13, 2021
1 parent 3cd6892 commit c1de18f
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/en/latest/references/apisix_tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,14 @@ title: ApisixTls Reference
#
-->

| Field | Type | Description |
|---------------|----------|---------------------------------|
| hosts | array | The domain list to identify which hosts (matched with SNI) can use the TLS certificate stored in the Secret. |
| secret | object | The definition of the related Secret object with current ApisixTls object. |
| name | string | The name of secret, the secret contains key and cert for `TLS`. |
| namespace | string | The namespace of secret, the secret contains key and cert for `TLS`. |
| Field | Type | Description |
|-------------------------------|----------|---------------------------------------------------------------------------------------------------------------|
| hosts | array | The domain list to identify which hosts (matched with SNI) can use the TLS certificate stored in the Secret. |
| secret | object | The definition of the related Secret object with current ApisixTls object. |
| secret.name | string | The name of the related Secret object with current ApisixTls object. |
| secret.namespace | string | The namespace of the related Secret object with current ApisixTls object. |
| client | object | The configuration of the certificate provided by the client. |
| client.caSecret | object | The definition of the related Secret object with the certificate provided by the client. |
| client.caSecret.name | string | The name of the related Secret object with the certificate provided by the client. |
| client.caSecret.namespace | string | The namespace of the related Secret object with the certificate provided by the client. |
| client.depth | int | The max certificate of chain length. |

0 comments on commit c1de18f

Please sign in to comment.