mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Add insecure_skip_verify option for k3s private registry config
This commit is contained in:
committed by
Catherine Luse
parent
504a2c625b
commit
3b3c18a311
@@ -41,6 +41,7 @@ Directive | Description
|
|||||||
`cert_file` | The client certificate path that will be used to authenticate with the registry
|
`cert_file` | The client certificate path that will be used to authenticate with the registry
|
||||||
`key_file` | The client key path that will be used to authenticate with the registry
|
`key_file` | The client key path that will be used to authenticate with the registry
|
||||||
`ca_file` | Defines the CA certificate path to be used to verify the registry's server cert file
|
`ca_file` | Defines the CA certificate path to be used to verify the registry's server cert file
|
||||||
|
`insecure_skip_verify` | Boolean that defines if TLS verification should be skipped for the registry
|
||||||
|
|
||||||
The credentials consist of either username/password or authentication token:
|
The credentials consist of either username/password or authentication token:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user