diff options
author | mms <michal@sapka.me> | 2023-11-30 22:01:44 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2023-11-30 22:01:44 +0100 |
commit | 60755dee0556c622c71740c5b38286d3f8bf0432 (patch) | |
tree | 0f484951627a4a8f36a1ec313602a01c7b266892 /content/me | |
parent | 65049878f8fa9d9eec39790a5767eb3b0da6eb65 (diff) |
feat: add gpg key site
Diffstat (limited to 'content/me')
-rw-r--r-- | content/me/contact.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/content/me/contact.md b/content/me/contact.md new file mode 100644 index 0000000..5720630 --- /dev/null +++ b/content/me/contact.md @@ -0,0 +1,22 @@ +--- +title: "GPG key" +category: +- me +- update +abstract: Ways to contact me +date: 2023-11-30T21:52:39+01:00 +draft: false +--- +### GPG keys + +If you want, you can use my GPG key to validate signature (all emails from me should be signed) or to encrypt a message. +You can find the key [here](/mms.gpg). + +Or you can import it directly + +``` +curl -sL https://michal.sapka.me/mms.gpg | gpg --import +``` + +Log: +- 2023-11-30: key *72AC6E152B4D98DE4CEF2CDA7E97D88147ED66E7* created |