diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-25 06:14:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 06:14:22 -0700 |
commit | d0f5796c3975dea3e26e0f50d8111d4be6d5a963 (patch) | |
tree | 8a6cef1756c5e342014aad7b88a0114f7e109982 /docs/source/markdown/podman-login.1.md | |
parent | 78df4f6fb2e2a404ace69219a50652f4335b7ce1 (diff) | |
parent | 586af5c7477f83fd96b58f1cb60e7af3f5a59530 (diff) | |
download | podman-d0f5796c3975dea3e26e0f50d8111d4be6d5a963.tar.gz podman-d0f5796c3975dea3e26e0f50d8111d4be6d5a963.tar.bz2 podman-d0f5796c3975dea3e26e0f50d8111d4be6d5a963.zip |
Merge pull request #10453 from vrothberg/certs-docs
[CI:DOCS] docs: --cert-dir: point to containers-certs.d(5)
Diffstat (limited to 'docs/source/markdown/podman-login.1.md')
-rw-r--r-- | docs/source/markdown/podman-login.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-login.1.md b/docs/source/markdown/podman-login.1.md index 274869042..88d025c70 100644 --- a/docs/source/markdown/podman-login.1.md +++ b/docs/source/markdown/podman-login.1.md @@ -54,7 +54,7 @@ Return the logged-in user for the registry. Return error if no login is found. #### **--cert-dir**=*path* Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. -Default certificates directory is _/etc/containers/certs.d_. (This option is not available with the remote Podman client) +Please refer to containers-certs.d(5) for details. (This option is not available with the remote Podman client) #### **--tls-verify**=*true|false* @@ -108,7 +108,7 @@ Login Succeeded! ``` ## SEE ALSO -podman(1), podman-logout(1), containers-auth.json(5), containers-registries.conf(5) +podman(1), podman-logout(1), containers-auth.json(5), containers-certs.d(5), containers-registries.conf(5) ## HISTORY August 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com> |