From 82a592ed790cc8072aef1455f1065b6c9d207501 Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Tue, 17 May 2022 18:49:07 +0200 Subject: [PATCH] info about keystore Signed-off-by: Ceki Gulcu --- SECURITY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index 2c2a43650..ba81ece22 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -22,6 +22,15 @@ uid Ceki Gulcu sub 2048R/7FBFA159 2012-04-26 ``` +A copy of this key is stored on the +[keys.openpgp.org](https://keys.openpgp.org) keyserver. To add it to +your public key ring use the following command: + +``` +> FINGER_PRINT=475F3B8E59E6E63AA78067482C7B12F2A511E325 +> gpg --keyserver hkps://keys.openpgp.org --recv-keys $FINGER_PRINT +``` + ## Preventing commit history overwrite