mirror of
https://github.com/containers/skopeo.git
synced 2025-04-28 19:24:24 +00:00
Correct a typo in docs/skopeo-sync.1.md
To disable TLS verification need to set "tls-verify" to "false"
This commit is contained in:
parent
161ef5a224
commit
6198daeb2c
@ -168,7 +168,7 @@ This will copy the following images:
|
|||||||
|
|
||||||
For the registry `registry.example.com`, the "john"/"this is a secret" credentials are used, with server TLS certificates located at `/home/john/certs`.
|
For the registry `registry.example.com`, the "john"/"this is a secret" credentials are used, with server TLS certificates located at `/home/john/certs`.
|
||||||
|
|
||||||
TLS verification is normally enabled, and it can be disabled setting `tls-verify` to `true`.
|
TLS verification is normally enabled, and it can be disabled setting `tls-verify` to `false`.
|
||||||
In the above example, TLS verification is enabled for `reigstry.example.com`, while is
|
In the above example, TLS verification is enabled for `reigstry.example.com`, while is
|
||||||
disabled for `quay.io`.
|
disabled for `quay.io`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user