mirror of https://github.com/containers/podman.git
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:
commit
304dfe80fe
|
@ -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.
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue