1SQ-KEYRING-SPLIT(1) USER COMMANDS SQ-KEYRING-SPLIT(1)
2
3
4
6 sq-keyring-split - Splits a keyring into individual keys
7
8 Splitting up a keyring into individual keys helps with curating a
9 keyring.
10
11 The converse operation is "sq keyring join".
12
13
15 sq keyring split [FLAGS] [OPTIONS] [--] [FILE]
16
18 -h, --help
19 Prints help information
20
21
22 -B, --binary
23 Emits binary data
24
26 -p, --prefix FILE
27 Writes to files with prefix FILE [defaults to the input filename
28 with a dash, or "output" if keyring is read from stdin]
29
31 FILE Reads from FILE or stdin if omitted
32
34 # Split all certs
35 $ sq keyring split certs.pgp
36
37 # Split all certs, merging them first to avoid duplicates
38 $ sq keyring merge certs.pgp | sq keyring split
39
40
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
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-KEYRING-SPLIT(1)