about summary refs log tree commit diff stats
path: root/notes/gpg_keys.md
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-05 18:04:28 +0200
committerSoispha <soispha@vhack.eu>2023-09-05 18:04:28 +0200
commit2432eba6e54f736a94486ff7e5a129001269ff17 (patch)
treedefa70754ae55dccbb66afb29fec44596fba5c7c /notes/gpg_keys.md
parentBuild(flake): Update (diff)
downloadnixos-config-2432eba6e54f736a94486ff7e5a129001269ff17.tar.gz
nixos-config-2432eba6e54f736a94486ff7e5a129001269ff17.zip
Fix(hm/conf/gpg/keys/key_4): Add missing comments
Diffstat (limited to 'notes/gpg_keys.md')
-rw-r--r--notes/gpg_keys.md6
1 files changed, 5 insertions, 1 deletions
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 '<keyid>' <add comments for every line in ` gpg -k`> <key_name> > 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.