summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2018-08-21 09:34:51 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-21 14:29:15 +0000
commit7e94fbb4936d189cd79e2159859f0f8aa02584e6 (patch)
tree0ec14ddbb04759d79019de2cda1fad1b902a3b1f /docs
parent803dbf204144c42ea06d2d9307b2df7626e63038 (diff)
downloadpodman-7e94fbb4936d189cd79e2159859f0f8aa02584e6.tar.gz
podman-7e94fbb4936d189cd79e2159859f0f8aa02584e6.tar.bz2
podman-7e94fbb4936d189cd79e2159859f0f8aa02584e6.zip
Touch up cert-dir in man pages
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #1312 Approved by: rhatdan
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-login.1.md4
-rw-r--r--docs/podman-pull.1.md4
-rw-r--r--docs/podman-push.1.md4
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**