SQ(1) | User Commands | SQ(1) |
NAME
sq pki link list - List links
SYNOPSIS
sq pki link list [OPTIONS]
DESCRIPTION
List links.
This command lists all bindings that are linked or whose link has been retracted.
OPTIONS
Subcommand options
- --ca
- Only lists bindings linked as CAs. That is, only list a link if its trust depth is greater than 0.
- --cert=FINGERPRINT|KEYID
- Use certificates with the specified fingerprint or key ID
- --domain=DOMAIN
- Use certificates where a user ID includes an email address for the specified domain
- --email=EMAIL
- Use certificates where a user ID includes the specified email address
- --grep=PATTERN
- Use certificates with a user ID that matches the pattern, case insensitively
- --userid=USERID
- Use certificates with the specified user ID
Global options
See sq(1) for a description of the global options.
EXAMPLES
Link the certificate EB28F26E2739A4870ECC47726F0073F60FD0CBF0 with the email address alice@example.org.
sq pki link add \
--cert=EB28F26E2739A4870ECC47726F0073F60FD0CBF0 \
--email=alice@example.org
List all links.
sq pki link list
List all links in the example.org domain.
sq pki link list --domain=example.org
SEE ALSO
sq(1), sq-pki(1), sq-pki-link(1).
For the full documentation see https://book.sequoia-pgp.org.
VERSION
0.39.0 (sequoia-openpgp 1.21.2)
0.39.0 | Sequoia PGP |