From b205ca08c9ce6e8c5642f09b321ea804c8b21d1c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 7 Sep 2018 00:00:09 +0000 Subject: [PATCH] Document static OpenPGP export Add an inline comment by the index links documenting how to generate a consistent public key export using gpg2 command line invocations. Change-Id: Id2088eed13360dd6b2f643f432357b59e083316b --- doc/source/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index e8073ab..64bbd61 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -59,6 +59,11 @@ is: * Matthew Thode : `key 0x14b91caaf68c4849f90ca41333ed3fd25afc78ba`_ (details__) +.. Static key files are generated with the following command: + ( gpg2 --fingerprint 0x97ae496fc02dec9fc353b2e748f9961143495829 + gpg2 --armor --export-options export-clean,export-minimal \ + --export 0x97ae496fc02dec9fc353b2e748f9961143495829 ) > \ + doc/source/_static/0x97ae496fc02dec9fc353b2e748f9961143495829.txt .. _`key 0x97ae496fc02dec9fc353b2e748f9961143495829`: _static/0x97ae496fc02dec9fc353b2e748f9961143495829.txt .. __: https://sks-keyservers.net/pks/lookup?op=vindex&search=0x97ae496fc02dec9fc353b2e748f9961143495829&fingerprint=on .. _`key 0xeb103de8b5e69e631c6ff17922b9a05c925cc5d8`: _static/0xeb103de8b5e69e631c6ff17922b9a05c925cc5d8.txt