Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
skopeo-generate-sigstore-key(1)()	     skopeo-generate-sigstore-key(1)()

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

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

DESCRIPTION
       Generates a public/private key pair suitable for	creating sigstore  im-
       age signatures.	The private key	is encrypted with a passphrase;	if one
       is  not	provided using an option, this command prompts for it interac-
       tively.

       The private key is written to prefix.private .  The public key is writ-
       ten to prefix.pub .

OPTIONS
       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  pre-
       fix.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	 secu-
       rity  if	 other users can read this file.  Do not use this option if at
       all avoidable.

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

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

AUTHORS
       Miloslav	Trma mitr@redhat.com <mailto:mitr@redhat.com>

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

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=skopeo-generate-sigstore-key&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help