From d8f2cb862290895a25383485bebbca1b08f79c95 Mon Sep 17 00:00:00 2001 From: haircommander Date: Fri, 15 Jun 2018 19:41:00 -0400 Subject: TLS verify is skipped per registry. Signed-off-by: haircommander Closes: #952 Approved by: rhatdan --- docs/podman-search.1.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/podman-search.1.md b/docs/podman-search.1.md index 432906821..858d82ae3 100644 --- a/docs/podman-search.1.md +++ b/docs/podman-search.1.md @@ -73,8 +73,9 @@ Specific registry to search (only the given registry will be searched, not the d **--tls-verify** Require HTTPS and verify certificates when contacting registries (default: true). If explicitly set to true, -then tls verification will be used, If set to false then tls verification will not be used. If not specified -both insecured and default registries will be searched through, and tls will be used when possible. +then tls verification will be used. If set to false then tls verification will not be used if needed. If not specified +default registries will be searched through (in /etc/containers/registries.conf), and tls will be skipped if a default +registry is listed in the insecure registries. ## EXAMPLES -- cgit v1.2.3-54-g00ecf