generate(1) | Sequoia Manual | generate(1) |
generate - Generates a Web Key Directory for the given domain and keys.
generate [-d|--direct-method] [-s|--skip] [-h|--help] <WEB-ROOT> <FQDN> [CERT-RING]
Generates a Web Key Directory for the given domain and keys. If the WKD exists, the new keys will be inserted and it is updated and existing ones will be updated.
A WKD is per domain, and can be queried using the advanced or the direct
method. The advanced method uses a URL with a subdomain 'openpgpkey'. As per
the specification, the advanced method is to be preferred. The direct method
may only be used if the subdomain doesn't exist. The advanced method allows
web key directories for several domains on one web server.
The contents of the generated WKD must be copied to a web server so that they
are accessible under https://openpgpkey.example.com/.well-known/openpgp/...
for the advanced version, and https://example.com/.well-known/openpgp/...
for the direct version. sq does not copy files to the web server.
Generate a WKD in /tmp/wkdroot from certs.pgp for example.com.
sq wkd generate /tmp/wkdroot example.com certs.ppg
For the full documentation see <https://docs.sequoia-pgp.org/sq/>.
sq(1) sq-armor(1) sq-autocrypt(1) sq-certify(1) sq-dearmor(1) sq-decrypt(1) sq-encrypt(1) sq-inspect(1) sq-key(1) sq-keyring(1) sq-keyserver(1) sq-packet(1) sq-revoke(1) sq-sign(1) sq-verify(1) sq-wkd(1) sq-wkd-direct-url(1) sq-wkd-get(1) sq-wkd-url(1)
July 2022 | sq 0.26.0 |