diff options
| author | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-08-14 15:10:34 +0000 |
|---|---|---|
| committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-08-14 15:52:11 +0000 |
| commit | 08abb348951bdb2c35170b75e078c14a36cc0e82 (patch) | |
| tree | 0dbc05b61867678c4bdf0cf2312880874247d238 | |
| parent | e7c0fed0dea039b5ed6b87fd9129d7db989cf6e0 (diff) | |
| download | doc-08abb348951bdb2c35170b75e078c14a36cc0e82.tar.gz doc-08abb348951bdb2c35170b75e078c14a36cc0e82.zip | |
pgpkeys: Unbreak PGP keyring
gpg: invalid armor header:
mQINBF+5ojQBEADSqQjD4h1lOwAGgmz4dK0Zf4JkoJCpQ7jw2B5jigNySdKf1rQN\n
^^ Using GnuPG 1
A blank line before the key body is needed.
PR: 257830 [1]
PR: 257783 [2]
Reported by: Dave Evans <dave.evans55@googlemail.com> [1]
Reported by: Markus Stoff <markus@stoffdv.at> [2]
| -rw-r--r-- | documentation/static/pgpkeys/joerg.key | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/static/pgpkeys/joerg.key b/documentation/static/pgpkeys/joerg.key index 18218e4812..f098b5c074 100644 --- a/documentation/static/pgpkeys/joerg.key +++ b/documentation/static/pgpkeys/joerg.key @@ -13,6 +13,7 @@ sub rsa4096 2020-11-21 [E] [expires: 2030-11-19] [.literal-block-margin] .... -----BEGIN PGP PUBLIC KEY BLOCK----- + mQINBF+5ojQBEADSqQjD4h1lOwAGgmz4dK0Zf4JkoJCpQ7jw2B5jigNySdKf1rQN /R4RcvU/do+L4jxkAv9LZrRI9sk8GGRot3thwcmwCFY9k4o+s28s4zV1Vmh4bokZ 11HCo2vDTe9fwFBTCbKh5bZSEFE+Ul4Vgb7N4YXqWuLH15DKGBDEgWS1sq395zE8 |
