SKS-Keyserver / sks-keyserver

OpenPGP keyserver
GNU General Public License v2.0
135 stars 15 forks source link

Generate text PGP PUBLIC KEY BLOCKs from dump files? #46

Closed ygrek closed 7 years ago

ygrek commented 7 years ago

Original report by rickhg12hs NA (Bitbucket: rickhg12hs, GitHub: rickhg12hs).


Is there a tool to generate text PGP PUBLIC KEY BLOCKs from just the dump files? I.e., write files:

-----BEGIN PGP PUBLIC KEY BLOCK-----
.
.
.
-----END PGP PUBLIC KEY BLOCK-----

... without needing to install any infrastructure?

ygrek commented 7 years ago

Original comment by Kristian Fiskerstrand (Bitbucket: kristianf, GitHub: krifisk).


the dump files are binary openpgp files so can be read by any OpenPGP parser already, from the imported database you can use sksclient (e.g "sksclient 0B7F8B60E3EDFAE3")

ygrek commented 7 years ago

Original comment by Kristian Fiskerstrand (Bitbucket: kristianf, GitHub: krifisk).


Not a bug