How to publish a certificate to servers
Keyservers
To publish a certificate to the preconfigured list of keyservers, export it and use the 'sq network keyserver publish' subcommand as follows:
$ sq network keyserver publish $FINGERPRINT
WKD
To generate a file and the directory structure to a local location from where it can be uploaded to a webserver like WKD you can use the 'sq network wkd generate' subcommand. In this example /tmp/foo is the directory everything will be generated into, the information 'sequoia-pgp.org' excludes User IDs from certificates with other domain data from the key store 'certs.cert':
$ sq network wkd generate /tmp/foo sequoia-pgp.org certs.cert
DANE
To publish a certificate by DNS / DANE, create a TXT record:
$ sq network dane generate sequoia-pgp.org certs.cert
See chapter 'Keyservers' for more information about this topics.