gpg
Розбіжності
Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
| Порівняння попередніх версійПопередня ревізія | |||
| gpg [2015/01/18 20:16] – [Генерация ключа] wombat | gpg [2015/02/07 21:39] (поточний) – [Экспорт открытого ключа] wombat | ||
|---|---|---|---|
| Рядок 66: | Рядок 66: | ||
| To send your public key to a correspondent you must first export it. The command-line option --export is used to do this. It takes an additional argument identifying the public key to export. As with the --gen-revoke option, either the key ID or any part of the user ID may be used to identify the key to export. | To send your public key to a correspondent you must first export it. The command-line option --export is used to do this. It takes an additional argument identifying the public key to export. As with the --gen-revoke option, either the key ID or any part of the user ID may be used to identify the key to export. | ||
| - | alice% | + | $ gpg --output alice.gpg --export alice@cyb.org |
| The key is exported in a binary format, but this can be inconvenient when the key is to be sent though email or published on a web page. GnuPG therefore supports a command-line option --armor[2] that causes output to be generated in an ASCII-armored format similar to uuencoded documents. In general, any output from GnuPG, e.g., keys, encrypted documents, and signatures, can be ASCII-armored by adding the --armor option. | The key is exported in a binary format, but this can be inconvenient when the key is to be sent though email or published on a web page. GnuPG therefore supports a command-line option --armor[2] that causes output to be generated in an ASCII-armored format similar to uuencoded documents. In general, any output from GnuPG, e.g., keys, encrypted documents, and signatures, can be ASCII-armored by adding the --armor option. | ||
| - | alice% | + | $ gpg --armor --export alice@cyb.org |
| -----BEGIN PGP PUBLIC KEY BLOCK----- | -----BEGIN PGP PUBLIC KEY BLOCK----- | ||
| Version: GnuPG v0.9.7 (GNU/Linux) | Version: GnuPG v0.9.7 (GNU/Linux) | ||
gpg.1421612194.txt.bz2 · Востаннє змінено: повз wombat
