diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-11-25 05:48:25 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-11-29 10:42:27 -0500 |
commit | f330c197bd61ff14c6b7bf2a594cc70130027ee8 (patch) | |
tree | db592ab77f2907bbad8db17fe65f15bdc1819b93 /docs/source/markdown/podman-login.1.md | |
parent | 3d19f1a7fac5705518693cad3f2c7f94dcc2f1d4 (diff) | |
download | podman-f330c197bd61ff14c6b7bf2a594cc70130027ee8.tar.gz podman-f330c197bd61ff14c6b7bf2a594cc70130027ee8.tar.bz2 podman-f330c197bd61ff14c6b7bf2a594cc70130027ee8.zip |
List /etc/containers/certs.d as default for --cert-path
Helps Document https://github.com/containers/podman/issues/10116
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-login.1.md')
-rw-r--r-- | docs/source/markdown/podman-login.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-login.1.md b/docs/source/markdown/podman-login.1.md index d7e0152a8..ae1eeeafa 100644 --- a/docs/source/markdown/podman-login.1.md +++ b/docs/source/markdown/podman-login.1.md @@ -37,7 +37,7 @@ environment variable. `export REGISTRY_AUTH_FILE=path` #### **--cert-dir**=*path* -Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. +Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. (Default: /etc/containers/certs.d) Please refer to containers-certs.d(5) for details. (This option is not available with the remote Podman client) #### **--get-login** |