diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-05-25 14:00:06 +0200 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-05-25 15:27:38 -0400 |
commit | 69bae4774bc8bb25943f3eeb12684d6e581809fe (patch) | |
tree | 5cdd4900d0fee214f38a19dee6abe7ca8fefbb4c /docs/source/markdown/podman-manifest-add.1.md | |
parent | 934f36df5e94dd976e73f4a5cd99f092ecba052a (diff) | |
download | podman-69bae4774bc8bb25943f3eeb12684d6e581809fe.tar.gz podman-69bae4774bc8bb25943f3eeb12684d6e581809fe.tar.bz2 podman-69bae4774bc8bb25943f3eeb12684d6e581809fe.zip |
docs: --cert-dir: point to containers-certs.d(5)
Point to containers-certs.d(5) for details on the default paths, the
lookup logic and the structure of these directories. Previously, the
man pages stated that the default path would be in `/etc/containers/...`
which is not entirely and a red herring for users (see #10116).
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-manifest-add.1.md')
-rw-r--r-- | docs/source/markdown/podman-manifest-add.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-manifest-add.1.md b/docs/source/markdown/podman-manifest-add.1.md index 59d5e5d2c..3a0e34ee5 100644 --- a/docs/source/markdown/podman-manifest-add.1.md +++ b/docs/source/markdown/podman-manifest-add.1.md @@ -44,7 +44,7 @@ environment variable. `export REGISTRY_AUTH_FILE=path` #### **--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) #### **--creds**=*creds* @@ -110,4 +110,4 @@ podman manifest add --arch arm64 --variant v8 mylist:v1.11 docker://71c201d10fff ``` ## SEE ALSO -podman(1), podman-manifest(1), podman-manifest-create(1), podman-manifest-inspect(1), podman-manifest-push(1), podman-manifest-remove(1), podman-rmi(1) +podman(1), podman-manifest(1), podman-manifest-create(1), podman-manifest-inspect(1), podman-manifest-push(1), podman-manifest-remove(1), podman-rmi(1), containers-certs.d(5) |