SQ(1) | User Commands | SQ(1) |
sq cert export - Export certificates from the local certificate store
sq cert export [OPTIONS]
Export certificates from the local certificate store.
If multiple predicates are specified a certificate is returned if at least one of them matches.
This does not check the authenticity of the certificates in anyway. Before using the certificates, be sure to validate and authenticate them.
When matching on subkeys or User IDs, the component must have a valid self signature according to the policy.
Fails if search criteria are specified and none of them matches any certificates. Note: this means if the certificate store is empty and no search criteria are specified, then this will return success.
See sq(1) for a description of the global options.
Export certificates with a User ID containing the email address.
sq cert export --cert-email=alice@example.org
Export certificates that contain a User ID with *either* (not both!) email address.
sq cert export --cert-email=alice@example.org \
--cert-email=bob@example.org
Export all certificates.
sq cert export --all
sq(1), sq-cert(1).
For the full documentation see <https://book.sequoia-pgp.org>.
0.40.0 (sequoia-openpgp 1.21.2)
0.40.0 | Sequoia PGP |