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

FreeBSD Manual Pages

  
 
  

home | help
SQ(1)				 User Commands				 SQ(1)

NAME
       sq-keyring-list - List keys in a	keyring

SYNOPSIS
       sq keyring list [OPTIONS] FILE

DESCRIPTION
       List keys in a keyring.

       Prints the fingerprint as well as the primary userid for	every certifi-
       cate encountered	in the keyring.

OPTIONS
   Subcommand options
       --all-userids
	      List all user IDs

	      Include  user  IDs that are expired, revoked, or not valid under
	      the standard policy.

	FILE  Read from	FILE or	stdin if FILE is '-'

	      [default:	-]

   Global options
       See sq(1) for a description of the global options.

EXAMPLES
       List all	certificates.

	      sq keyring list certs.pgp

       List all	certificates with a user ID on example.org.

	      sq keyring filter	--experimental --domain=example.org \
		     certs.pgp \
		     | sq keyring list

SEE ALSO
       sq(1), sq-keyring(1).

       For the full documentation see <https://book.sequoia-pgp.org/>.

VERSION
       1.3.1

Sequoia	PGP			     1.3.1				 SQ(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sq-keyring-list&sektion=1&manpath=FreeBSD+Ports+15.0.quarterly>

home | help