1SQ-KEY-EXTRACT-CERT(1)           USER COMMANDS          SQ-KEY-EXTRACT-CERT(1)
2
3
4

NAME

6       sq-key-extract-cert - Converts a key to a cert
7
8       After  generating a key, use this command to get the certificate corre‐
9       sponding to the key.  The key must be kept secure, while  the  certifi‐
10       cate  should be handed out to correspondents, e.g. by uploading it to a
11       keyserver.
12
13

SYNOPSIS

15       sq key extract-cert [FLAGS] [OPTIONS] [--] [FILE]
16

FLAGS

18       -h, --help
19              Prints help information
20
21
22       -B, --binary
23              Emits binary data
24

OPTIONS

26       -o, --output FILE
27              Writes to FILE or stdout if omitted
28

ARGS

30       FILE   Reads from FILE or stdin if omitted
31

EXAMPLES

33       # First, this generates a key
34              $  sq  key  generate  --userid  "<juliet@example.org>"  --export
35              juliet.key.pgp
36
37       # Then, this extracts the certificate for distribution
38              $ sq key extract-cert --output juliet.cert.pgp juliet.key.pgp
39
40

SEE ALSO

42       For the full documentation see <https://docs.sequoia-pgp.org/sq/>.
43
44       sq(1), sq-armor(1), sq-autocrypt(1), sq-certify(1), sq-dearmor(1),
45       sq-decrypt(1), sq-encrypt(1), sq-inspect(1), sq-key(1),
46       sq-key-adopt(1), sq-key-attest-certifications(1),
47       sq-key-extract-cert(1), sq-key-generate(1), sq-keyring(1),
48       sq-keyring-filter(1), sq-keyring-join(1), sq-keyring-list(1),
49       sq-keyring-merge(1), sq-keyring-split(1), sq-keyserver(1),
50       sq-keyserver-get(1), sq-keyserver-send(1), sq-packet(1), sq-sign(1),
51       sq-verify(1), sq-wkd(1)
52
53
54

AUTHORS

56         Azul <azul@sequoia-pgp.org>
57         Igor Matuszewski <igor@sequoia-pgp.org>
58         Justus Winter <justus@sequoia-pgp.org>
59         Kai Michaelis <kai@sequoia-pgp.org>
60         Neal H. Walfield <neal@sequoia-pgp.org>
61         Nora Widdecke <nora@sequoia-pgp.org>
62         Wiktor Kwapisiewicz <wiktor@sequoia-pgp.org>
63
64
65
660.24.0 (SEQUOIA-OPENPGP 1.0.0)    MARCH 2021            SQ-KEY-EXTRACT-CERT(1)
Impressum