NAME
sq key attest-certifications - Attest to third-party certifications
SYNOPSIS
sq key attest-certifications [OPTIONS] KEY
DESCRIPTION
Attest to third-party certifications allowing for their distribution.
To prevent certificate flooding attacks, modern key servers prevent uncontrolled distribution of third-party certifications on certificates. To make the key holder the sovereign over the information over what information is distributed with the certificate, the key holder needs to explicitly attest to third-party certifications.
After the attestation has been created, the certificate has to be distributed, e.g. by uploading it to a key server.
OPTIONS
Subcommand
options
-B, --binary
Emit binary data
--all |
Attest to all certifications [default] |
|||
--none |
Remove all prior attestations |
-o, --output=FILE
Write to FILE or stdout if omitted
KEY |
Change attestations on KEY or reads from stdin if omitted |
Global
options
See sq(1) for a description of the global
options.
EXAMPLES
Attest to all certifications present on the key
sq key attest-certifications juliet.pgp
Retract prior attestations on the key
sq key attest-certifications --none juliet.pgp
SEE ALSO
For the full documentation see <https://book.sequoia-pgp.org>.
VERSION
0.34.0 (sequoia-openpgp 1.19.0)