From b43677c9fd7f04c1ebf8265a0b14fc8ed70e4d66 Mon Sep 17 00:00:00 2001 From: haircommander Date: Fri, 8 Jun 2018 17:56:25 -0400 Subject: Added --tls-verify functionality to podman search, with tests Signed-off-by: haircommander Closes: #932 Approved by: baude --- docs/podman-search.1.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/podman-search.1.md b/docs/podman-search.1.md index 84a134200..432906821 100644 --- a/docs/podman-search.1.md +++ b/docs/podman-search.1.md @@ -70,6 +70,12 @@ Do not truncate the output Specific registry to search (only the given registry will be searched, not the default registries) +**--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. + ## EXAMPLES ``` -- cgit v1.2.3-54-g00ecf