diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-11-29 23:12:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 23:12:19 +0100 |
commit | d51ebca0c17cb69d2e5dfa45a5e2392e0afbd05e (patch) | |
tree | dd0a3000832235a97670480e069ca5c85b43c721 /docs/source/markdown/podman-push.1.md | |
parent | 5f7e3c939ccecd3dee105bc588b064a28a0642a0 (diff) | |
parent | f330c197bd61ff14c6b7bf2a594cc70130027ee8 (diff) | |
download | podman-d51ebca0c17cb69d2e5dfa45a5e2392e0afbd05e.tar.gz podman-d51ebca0c17cb69d2e5dfa45a5e2392e0afbd05e.tar.bz2 podman-d51ebca0c17cb69d2e5dfa45a5e2392e0afbd05e.zip |
Merge pull request #12412 from rhatdan/man
[CI:DOCS] List /etc/containers/certs.d as default for --cert-path
Diffstat (limited to 'docs/source/markdown/podman-push.1.md')
-rw-r--r-- | docs/source/markdown/podman-push.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-push.1.md b/docs/source/markdown/podman-push.1.md index a145e3194..55f294158 100644 --- a/docs/source/markdown/podman-push.1.md +++ b/docs/source/markdown/podman-push.1.md @@ -63,7 +63,7 @@ value can be entered. The password is entered without echo. #### **--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) #### **--compress** |