summaryrefslogtreecommitdiff
path: root/content/keys/index.md
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-24 19:46:28 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-24 19:48:08 +0400
commit6e77e0358abff4fe1997a9da882fae35c44a277a (patch)
tree336e795eeec04cf5e4a415c8fbddf22d74202352 /content/keys/index.md
init: first commit
Diffstat (limited to 'content/keys/index.md')
-rw-r--r--content/keys/index.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/content/keys/index.md b/content/keys/index.md
new file mode 100644
index 0000000..e728b61
--- /dev/null
+++ b/content/keys/index.md
@@ -0,0 +1,24 @@
+---
+title: "Public keys"
+slug: "public-keys"
+---
+
+# GPG Key
+
+### suleyman@farajli.net
+
+- Created: 2025-05-27
+- Expires: 2027-01-01
+- Fingerprint: AE38 55F0 F5E9 F27C 5F4D CBC6 E340 C0B8 5F70 7B8C
+
+Import:
+```curl https://farajli.net/keys/pubkey.asc | gpg --import```
+
+Download: [pubkey.asc](https://farajli.net/keys/pubkey.asc)
+
+# SSH Key
+
+Add to authorized keys:
+`curl https://farajli.net/keys/id_ed25519.pub >> ~/.ssh/authorized_keys`
+
+Download: [id_ed25519.pub](https://farajli.net/keys/id_ed25519.pub)