From 2432eba6e54f736a94486ff7e5a129001269ff17 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 5 Sep 2023 18:04:28 +0200 Subject: Fix(hm/conf/gpg/keys/key_4): Add missing comments --- notes/gpg_keys.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'notes') diff --git a/notes/gpg_keys.md b/notes/gpg_keys.md index f89e91fc..c77a6bde 100644 --- a/notes/gpg_keys.md +++ b/notes/gpg_keys.md @@ -1,5 +1,9 @@ # How to add a comment to gpg keys -Add it manually, the supported options include (RFC4880): +Export it as follows: +```bash +gpg --export --armor --comment '' > key_out.gpg +``` +or add it manually, the supported options include (RFC4880): - "Version", which states the OpenPGP implementation and version used to encode the message. -- cgit 1.4.1