From 6198daeb2c312f41e5826d73f49d2549ccbc0f92 Mon Sep 17 00:00:00 2001 From: Yuhui Jiang Date: Thu, 11 Jun 2020 01:29:37 +0800 Subject: [PATCH] Correct a typo in docs/skopeo-sync.1.md To disable TLS verification need to set "tls-verify" to "false" --- docs/skopeo-sync.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/skopeo-sync.1.md b/docs/skopeo-sync.1.md index adc974b8..2be13cae 100644 --- a/docs/skopeo-sync.1.md +++ b/docs/skopeo-sync.1.md @@ -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`. -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 disabled for `quay.io`.