diff options
author | Soispha <soispha@vhack.eu> | 2023-09-05 18:04:28 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-05 18:04:28 +0200 |
commit | 2432eba6e54f736a94486ff7e5a129001269ff17 (patch) | |
tree | defa70754ae55dccbb66afb29fec44596fba5c7c | |
parent | Build(flake): Update (diff) | |
download | nixos-config-2432eba6e54f736a94486ff7e5a129001269ff17.tar.gz nixos-config-2432eba6e54f736a94486ff7e5a129001269ff17.zip |
Fix(hm/conf/gpg/keys/key_4): Add missing comments
-rw-r--r-- | hm/soispha/conf/gpg/keys/key_4 | bin | 2004 -> 2080 bytes | |||
-rw-r--r-- | notes/gpg_keys.md | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/hm/soispha/conf/gpg/keys/key_4 b/hm/soispha/conf/gpg/keys/key_4 index bed15004..effb9eee 100644 --- a/hm/soispha/conf/gpg/keys/key_4 +++ b/hm/soispha/conf/gpg/keys/key_4 Binary files differdiff --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. |