mirror of
https://github.com/containers/podman.git
synced 2025-11-29 17:48:05 +08:00
This adds a new feature that allows signing using Sequoia-backed keys. The existing options to sign using GPG-backed keys (and sigstore) remain unchanged, and continue to use the same backends as usual. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
8 lines
372 B
Markdown
8 lines
372 B
Markdown
####> This option file is used in:
|
|
####> podman artifact push, manifest push, push
|
|
####> If file is edited, make sure the changes
|
|
####> are applicable to all of those.
|
|
#### **--sign-passphrase-file**=*path*
|
|
|
|
If signing the image (using **--sign-by**, **sign-by-sq-fingerprint** or **--sign-by-sigstore-private-key**), read the passphrase to use from the specified path.
|