logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

       Miloslav Trmač mitr@redhat.commailto:mitr@redhat.comskopeo-generate-sigstore-key(1)()

Description

       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 private key is written to prefix.pub .

Examples

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

Name

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

Options

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

       --help, -h

       Print usage statement

       --output-prefixprefix

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

       --passphrase-filepath

       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.

See Also

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

Synopsis

skopeogenerate-sigstore-key [options] --output-prefixprefix

See Also