Man page - sq-network-search(1)
Packages contains this manual
- sq-network-keyserver(1)
- sq-key-expire(1)
- sq-pki-link(1)
- sq-pki-link-authorize(1)
- sq-network-dane-generate(1)
- sq-config-inspect-network(1)
- sq-network-dane-search(1)
- sq-pki-vouch-list(1)
- sq-keyring-list(1)
- sq-pki-vouch(1)
- sq-packet-join(1)
- sq-key-subkey-bind(1)
- sq-key-userid-revoke(1)
- sq-packet-split(1)
- sq-config-inspect(1)
- sq-network-search(1)
- sq-pki-path(1)
- sq-keyring-split(1)
- sq-key-subkey-export(1)
- sq-sign(1)
- sq-network-wkd-publish(1)
- sq-key-delete(1)
- sq-packet-decrypt(1)
- sq-key-subkey-password(1)
- sq-cert-list(1)
- sq-key-userid(1)
- sq-network-wkd-search(1)
- sq-pki-link-retract(1)
- sq-keyring-merge(1)
- sq-key-subkey(1)
- sq-pki(1)
- sq-cert(1)
- sq-key-list(1)
- sq-pki-vouch-replay(1)
- sq-pki-authenticate(1)
- sq-pki-link-add(1)
- sq-key-password(1)
- sq-network-keyserver-publish(1)
- sq-config-get(1)
- sq-key-subkey-delete(1)
- sq-config-inspect-paths(1)
- sq-packet-dump(1)
- sq-key-rotate(1)
- sq-key-approvals-list(1)
- sq-download(1)
- sq-key-export(1)
- sq-keyring(1)
- sq-version(1)
- sq-key-userid-add(1)
- sq-pki-vouch-add(1)
- sq-packet-dearmor(1)
- sq-packet(1)
- sq-cert-import(1)
- sq-key-subkey-revoke(1)
- sq-key-approvals-update(1)
- sq-network-keyserver-search(1)
- sq-inspect(1)
- sq-pki-identify(1)
- sq-keyring-filter(1)
- sq-network(1)
- sq-pki-lookup(1)
- sq-pki-link-list(1)
- sq-cert-lint(1)
- sq-key-approvals(1)
- sq-cert-export(1)
- sq-network-wkd(1)
- sq-verify(1)
- sq-key-revoke(1)
- sq-config-inspect-policy(1)
- sq-decrypt(1)
- sq-network-dane(1)
- sq-key-generate(1)
- sq-key-import(1)
- sq(1)
- sq-config(1)
- sq-config-template(1)
- sq-pki-vouch-authorize(1)
- sq-key(1)
- sq-encrypt(1)
- sq-key-subkey-expire(1)
- sq-key-subkey-add(1)
- sq-packet-armor(1)
apt-get install sq
Manual
SQ
NAMESYNOPSIS
DESCRIPTION
OPTIONS
Subcommand options
Global options
EXAMPLES
SEE ALSO
VERSION
NAME
sq-network-search - Retrieve certificates using all supported network services
SYNOPSIS
sq network search [ OPTIONS ] QUERY
DESCRIPTION
Retrieve certificates using all supported network services.
This command will try to locate relevant certificates given a query, which may be a fingerprint, a key ID, an email address, or a https URL. It may also discover and import certificate related to the one queried, such as alternative certs, expired certs, or revoked certs.
Discovering related certs is useful: alternative certs support key rotations, expired certs allow verification of signatures made in the past, and discovering revoked certs is important to get the revocation information. The PKI mechanism will help to select the correct cert, see âsq pkiâ.
By default, any returned certificates are stored in the local certificate store. This can be overridden by using â--outputâ option.
When a certificate is retrieved from a verifying key server (currently, this is limited to a list of known servers: âhkps://keys.openpgp.orgâ, âhkps://keys.mailvelope.comâ, and âhkps://mail-api.proton.meâ), WKD, DANE, or via https, and imported into the local certificate store, the User IDs are also certificated with a local server-specific key. That proxy certificate is in turn certified as a minimally trusted CA (trust amount: 1 of 120) by the local trust root. How much a proxy key server CA is trusted can be tuned using âsq pki link addâ or âsq pki link retractâ in the usual way.
OPTIONS
Subcommand options
|
--all |
Fetch updates for all known certificates |
--iterations = N
Iterate to find related updates and certs
The default can be changed in the configuration file using the setting ânetwork.search.iterationsâ.
[default: 3 ]
--output = FILE
Write to FILE (or stdout when omitted) instead of importing into the certificate store
--server = URI
Set a key server to use (can be given multiple times)
The default can be changed in the configuration file using the setting ânetwork.keyserver.serversâ.
[default: hkps://keys.openpgp.org , hkps://mail-api.proton.me , hkps://keys.mailvelope.com , hkps://keyserver.ubuntu.com , hkps://sks.pod01.fleetstreetops.com ]
--use-dane = ENABLE
Use DANE to search for certs
The default can be changed in the configuration file using the setting ânetwork.search.use-daneâ.
[default: true ]
[possible values: true , false ]
--use-wkd = ENABLE
Use WKD to search for certs
The default can be changed in the configuration file using the setting ânetwork.search.use-wkdâ.
[default: true ]
[possible values: true , false ]
|
QUERY |
Retrieve certificate(s) using QUERY |
This may be a fingerprint, a KeyID, an email address, or a https URL.
Global options
See sq (1) for a description of the global options.
EXAMPLES
Search for the Qubes master signing certificate.
sq network search 427F11FD0FAA4B080123F01CDDFA1A3E36879494
Search for certificates that have are associated with an email address.
sq network search alice@example.org
SEE ALSO
sq (1), sq-network (1).
For the full documentation see <https://book.sequoia-pgp.org/>.
VERSION
1.3.1