1SQ-AUTOCRYPT-ENCODE-SENDER(1) USER COMMANDS SQ-AUTOCRYPT-ENCODE-SENDER(1)
2
3
4
6 sq-autocrypt-encode-sender - Encodes a certificate into an Autocrypt
7 header
8
9 A certificate can be encoded and included in a header of an email mes‐
10 sage. This command encodes the certificate, adds the senders email ad‐
11 dress (which must match the one used in the "From" header), and the
12 senders "prefer-encrypt" state (see the Autocrypt spec for more infor‐
13 mation).
14
15 The converse operation is "sq autocrypt decode".
16
17
19 sq autocrypt encode-sender [FLAGS] [OPTIONS] [--] [FILE]
20
22 -h, --help
23 Prints help information
24
26 -o, --output FILE
27 Writes to FILE or stdout if omitted
28
29
30 --email ADDRESS
31 Sets the address [default: primary userid]
32
33
34 --prefer-encrypt prefer-encrypt
35 Sets the prefer-encrypt attribute [default: nopreference]
36 [possible values: nopreference, mutual]
37
39 FILE Reads from FILE or stdin if omitted
40
42 # Encodes a certificate
43 $ sq autocrypt encode-sender juliet.pgp
44
45 # Encodes a certificate with an explicit sender address
46 $ sq autocrypt encode-sender --email juliet@example.org
47 juliet.pgp
48
49 # Encodes a certificate while indicating the willingness to encrypt
50 $ sq autocrypt encode-sender --prefer-encrypt mutual juliet.pgp
51
52
54 For the full documentation see <https://docs.sequoia-pgp.org/sq/>.
55
56 sq(1), sq-armor(1), sq-autocrypt(1), sq-autocrypt-decode(1),
57 sq-autocrypt-encode-sender(1), sq-certify(1), sq-dearmor(1),
58 sq-decrypt(1), sq-encrypt(1), sq-inspect(1), sq-key(1), sq-keyring(1),
59 sq-keyserver(1), sq-packet(1), sq-sign(1), sq-verify(1), sq-wkd(1)
60
61
62
64 Azul <azul@sequoia-pgp.org>
65 Igor Matuszewski <igor@sequoia-pgp.org>
66 Justus Winter <justus@sequoia-pgp.org>
67 Kai Michaelis <kai@sequoia-pgp.org>
68 Neal H. Walfield <neal@sequoia-pgp.org>
69 Nora Widdecke <nora@sequoia-pgp.org>
70 Wiktor Kwapisiewicz <wiktor@sequoia-pgp.org>
71
72
73
740.24.0 (SEQUOIA-OPENPGP 1.0.0) MARCH 2021 SQ-AUTOCRYPT-ENCODE-SENDER(1)