Skip to content

Commit e3fbddb

Browse files
authored
Polish instructions (#514)
Signed-off-by: Hörmetjan Yiltiz <hyiltiz@gmail.com>
1 parent cddcb9f commit e3fbddb

File tree

1 file changed

+33
-9
lines changed

1 file changed

+33
-9
lines changed

pass/en.lproj/Localizable.strings

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -299,21 +299,45 @@ to get the key in this specific format. Subsequently, copy it to a location acce
299299

300300
"GpgAsciiArmorCopyExplanation." = "GnuPG supports the command-line option \"-a\" that causes output to be generated in an ASCII-armored format similar to unencoded documents rather than the binary format. Use
301301

302-
$ gpg --export -a KEY_ID
303-
$ gpg --export-secret-keys -a KEY_ID
302+
$ gpg --list-keys
304303

305-
to get the public and the private key in this specific format. The clipboard will be cleared 45s after pasting.";
304+
to identify your encryption (E) subkey, then use:
305+
306+
$ gpg --export -a KEY_ID! > subkey.pub
307+
$ gpg --export-secret-subkeys -a KEY_ID! > subkey
308+
309+
to get the public and the encryption private subkeys in this specific format. Check that no Authentication subkey is accidentally exported, using:
310+
311+
$ gpg --show-key subkey
312+
313+
The clipboard will be cleared 45s after pasting.";
306314

307315
"GpgAsciiArmorServerExplanation." = "GnuPG supports the command-line option \"-a\" that causes output to be generated in an ASCII-armored format similar to unencoded documents rather than the binary format. Use
308316

309-
$ gpg --export -a KEY_ID
310-
$ gpg --export-secret-keys -a KEY_ID
317+
$ gpg --list-keys
318+
319+
to identify your encryption (E) subkey, then use:
320+
321+
$ gpg --export -a KEY_ID! > subkey.pub
322+
$ gpg --export-secret-subkeys -a KEY_ID! > subkey
311323

312-
to get the public and the private key in this specific format. Subsequently, copy them to your secured key server.";
324+
to get the public and the encryption private subkeys in this specific format. Check that no Authentication subkey is accidentally exported, using:
325+
326+
$ gpg --show-key subkey
327+
328+
Finally, copy them to your secured key server.";
313329

314330
"GpgAsciiArmorFileExplanation." = "GnuPG supports the command-line option \"-a\" that causes output to be generated in an ASCII-armored format similar to unencoded documents rather than the binary format. Use
315331

316-
$ gpg --export -a KEY_ID
317-
$ gpg --export-secret-keys -a KEY_ID
332+
$ gpg --list-keys
333+
334+
to identify your encryption (E) subkey, then use:
335+
336+
$ gpg --export -a KEY_ID! > subkey.pub
337+
$ gpg --export-secret-subkeys -a KEY_ID! > subkey
338+
339+
to get the public and the encryption private subkeys in this specific format. Check that no Authentication subkey is accidentally exported, using:
340+
341+
$ gpg --show-key subkey
318342

319-
to get the public and the private key in this specific format. Subsequently, copy them to a location accessible by the Files app.";
343+
Finally, copy them to a location accessible by the Files app.";

0 commit comments

Comments
 (0)