This commit is contained in:
parent
18588645ae
commit
ad379506d6
16
config.toml
16
config.toml
|
@ -64,15 +64,19 @@ enableEmoji = true
|
|||
name = "About"
|
||||
weight = 1
|
||||
url = "about/"
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
weight = 2
|
||||
url = "posts/"
|
||||
[[menu.main]]
|
||||
name = "Contact"
|
||||
weight = 3
|
||||
weight = 2
|
||||
url = "contact/"
|
||||
[[menu.main]]
|
||||
name = "Privacy"
|
||||
name = "Keys"
|
||||
weight = 3
|
||||
url = "keys/"
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
weight = 4
|
||||
url = "posts/"
|
||||
[[menu.main]]
|
||||
name = "Privacy"
|
||||
weight = 5
|
||||
url = "privacy/"
|
|
@ -4,8 +4,12 @@ title: "Contact Information"
|
|||
|
||||
# Email
|
||||
|
||||
My email address is [sam@sapti.me](mailto:sam@sapti.me). This is my
|
||||
primary contact method.
|
||||
My primary email address is [sam@sapti.me](mailto:sam@sapti.me). My
|
||||
student email address is [sals@itu.dk](mailto:sals@itu.dk). Only use
|
||||
this email address for study related communication.
|
||||
|
||||
If you want to send me encrypted emails or verify my signatures, my
|
||||
public PGP key is [here](/keys/).
|
||||
|
||||
# Matrix
|
||||
|
||||
|
|
33
content/keys.md
Normal file
33
content/keys.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
title: "My Cryptographic Keys"
|
||||
---
|
||||
|
||||
# PGP key
|
||||
|
||||
My public PGP key is the following:
|
||||
|
||||
```txt
|
||||
pub ed25519/0x3FC96B835B918FC3 2022-05-28 [C] [expires: 2024-05-27]
|
||||
Key fingerprint = 7D80 F5D8 4022 B8F5 E030 CC3E 3FC9 6B83 5B91 8FC3
|
||||
uid [ unknown] Sam Al-Sapti <sam@sapti.me>
|
||||
uid [ unknown] Sam Al-Sapti <sals@itu.dk>
|
||||
sub ed25519/0xCBBBE7371E81C4EA 2022-05-28 [S] [expires: 2022-11-24]
|
||||
Key fingerprint = 758F 1A17 C803 5FD9 3912 C9E2 CBBB E737 1E81 C4EA
|
||||
sub cv25519/0x914289689CF45D4F 2022-05-28 [E] [expires: 2022-11-24]
|
||||
Key fingerprint = 20D2 BBB4 63CA 6CB6 F295 F2BA 9142 8968 9CF4 5D4F
|
||||
sub ed25519/0x899C7CF4B526656F 2022-05-28 [A] [expires: 2022-11-24]
|
||||
Key fingerprint = FA9B 317E D1D3 4906 46CC D154 899C 7CF4 B526 656F
|
||||
```
|
||||
|
||||
You can download it [here](/pgp.asc) or from your preferred keyserver.
|
||||
|
||||
# SSH key
|
||||
|
||||
If you need to give me shell access to your server or similar, please
|
||||
use the following public SSH key:
|
||||
|
||||
```txt
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPd/4fQV7CL8/KVwbo/phiV5UdXFBIDlkZ+ps8C7FeRf cardno:14 336 332
|
||||
```
|
||||
|
||||
You can download it [here](/ssh.pub).
|
1
static/ssh.pub
Normal file
1
static/ssh.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPd/4fQV7CL8/KVwbo/phiV5UdXFBIDlkZ+ps8C7FeRf cardno:14 336 332
|
Loading…
Reference in a new issue