feat: added my public keys to a keys.json file in the root of the website

This commit is contained in:
2023-06-29 22:57:27 +02:00
parent 77482ba074
commit 8a2f19e8a9
14 changed files with 179 additions and 4 deletions

5
static/keys.json Normal file
View File

@@ -0,0 +1,5 @@
{
"documentSigningKey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPH8NJi1EDmYv6mMtd8eC9VBPDf/faGn9GV2PhSo4KtK",
"workLaptop": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ4LSpR4wx4U/ruu5qZ7hCERSyINp2tCk6IS7cYPfKt+",
"devPc": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9hfhULcwnmtzXATxU6oqWPhTS06WXPVzx28knx9rPL"
}