From 7e94fbb4936d189cd79e2159859f0f8aa02584e6 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Tue, 21 Aug 2018 09:34:51 -0400 Subject: Touch up cert-dir in man pages Signed-off-by: TomSweeneyRedHat Closes: #1312 Approved by: rhatdan --- docs/podman-login.1.md | 4 ++-- docs/podman-pull.1.md | 4 ++-- docs/podman-push.1.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/podman-login.1.md b/docs/podman-login.1.md index 27b47d9fd..d61881a8a 100644 --- a/docs/podman-login.1.md +++ b/docs/podman-login.1.md @@ -33,9 +33,9 @@ Username for registry Path of the authentication file. Default is ${XDG_\RUNTIME\_DIR}/containers/auth.json -**--cert-dir** +**--cert-dir** *path* -Pathname of a directory containing TLS certificates and keys used to connect to the registry. +Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. Default certificates directory is _/etc/containers/certs.d_. **--tls-verify** diff --git a/docs/podman-pull.1.md b/docs/podman-pull.1.md index a0f516068..3a22caa57 100644 --- a/docs/podman-pull.1.md +++ b/docs/podman-pull.1.md @@ -50,9 +50,9 @@ Image stored in local container/storage Path of the authentication file. Default is ${XDG_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`. If the authorization state is not found there, $HOME/.docker/config.json is checked, which is set using `docker login`. -**--cert-dir** +**--cert-dir** *path* -Pathname of a directory containing TLS certificates and keys. +Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. Default certificates directory is _/etc/containers/certs.d_. **--creds** diff --git a/docs/podman-push.1.md b/docs/podman-push.1.md index 8fc42bbf4..8375f85b7 100644 --- a/docs/podman-push.1.md +++ b/docs/podman-push.1.md @@ -55,9 +55,9 @@ The [username[:password]] to use to authenticate with the registry if required. If one or both values are not supplied, a command line prompt will appear and the value can be entered. The password is entered without echo. -**cert-dir="PATHNAME"** +**--cert-dir** *path* -Pathname of a directory containing TLS certificates and keys. +Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. Default certificates directory is _/etc/containers/certs.d_. **--compress** -- cgit v1.2.3-54-g00ecf