GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
skopeo-generate-sigstore-key(1)() skopeo-generate-sigstore-key(1)()

skopeo-generate-sigstore-key - Generate a sigstore public/private key pair.

skopeo generate-sigstore-key [options] --output-prefix prefix

Generates a public/private key pair suitable for creating sigstore image signatures. The private key is encrypted with a passphrase; if one is not provided using an option, this command prompts for it interactively.

The private key is written to prefix.private . The public key is written to prefix.pub .

See also skopeo(1) for options placed before the subcommand name.

--help, -h

Print usage statement

--output-prefix prefix

Mandatory. Path prefix for the output keys (prefix.private and prefix.pub).

--passphrase-file path

The passphare to use to encrypt the private key. Only the first line will be read. A passphrase stored in a file is of questionable security if other users can read this file. Do not use this option if at all avoidable.

$ skopeo generate-sigstore-key --output-prefix mykey

skopeo(1), skopeo-copy(1), containers-policy.json(5)

Miloslav Trmač mitr@redhat.com ⟨mailto:mitr@redhat.com⟩


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.