Merge pull request #15999 from edsantiago/docs_dedup_sign-passphrase-file

[CI:DOCS] Man pages: Refactor common options: --sign-passphrase-file
This commit is contained in:
OpenShift Merge Robot 2022-09-30 17:13:51 +02:00 committed by GitHub
commit 304dfe80fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View File

@ -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.

View File

@ -55,9 +55,7 @@ Sign the pushed images with a “simple signing” signature using the specified
Sign the pushed images with a sigstore signature using a private key at the specified path. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
#### **--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.
@@option sign-passphrase-file
@@option tls-verify

View File

@ -86,9 +86,7 @@ Add a “simple signing” signature at the destination using the specified key.
Add a sigstore signature at the destination using a private key at the specified path. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
#### **--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.
@@option sign-passphrase-file
@@option tls-verify