diff options
author | Ed Santiago <santiago@redhat.com> | 2022-09-27 14:21:07 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-09-29 09:37:51 -0600 |
commit | e4c0c8994a513a950b75af9aaf91cf7a6b94a863 (patch) | |
tree | 3d69ced89bd20ee972c1fd8c2093192f97d35287 /docs/source/markdown/options | |
parent | 00f0bb516cf2fb26917307d1639edb20e92e5363 (diff) | |
download | podman-e4c0c8994a513a950b75af9aaf91cf7a6b94a863.tar.gz podman-e4c0c8994a513a950b75af9aaf91cf7a6b94a863.tar.bz2 podman-e4c0c8994a513a950b75af9aaf91cf7a6b94a863.zip |
Man pages: Refactor common options: --sign-passphrase-file
Trivial one: no human intervention needed, the man page text
was already identical between both files.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/options')
-rw-r--r-- | docs/source/markdown/options/sign-passphrase-file.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/markdown/options/sign-passphrase-file.md b/docs/source/markdown/options/sign-passphrase-file.md new file mode 100644 index 000000000..46e724db1 --- /dev/null +++ b/docs/source/markdown/options/sign-passphrase-file.md @@ -0,0 +1,3 @@ +#### **--sign-passphrase-file**=*path* + +If signing the image (using either **--sign-by** or **--sign-by-sigstore-private-key**), read the passphrase to use from the specified path. |