From 7e897d7aa7ca1435177c8028b44ce50838e7ab7b Mon Sep 17 00:00:00 2001 From: Rick van Lieshout Date: Tue, 4 Feb 2025 14:44:39 +0100 Subject: [PATCH] fix(keys.json): Replaced the laptop, so replaced the key I got a new Framework laptop so its new SSH key is replacing the older HP key. The HP key has been deleted BREAKING CHANGE: Any access to accounts with the key has been revoked, the private key is also destroyed. --- static/keys.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/keys.json b/static/keys.json index 27069be..7375ae4 100644 --- a/static/keys.json +++ b/static/keys.json @@ -1,5 +1,5 @@ { "documentSigningKey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPH8NJi1EDmYv6mMtd8eC9VBPDf/faGn9GV2PhSo4KtK", - "workLaptop": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ4LSpR4wx4U/ruu5qZ7hCERSyINp2tCk6IS7cYPfKt+", + "workLaptop": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIG5VEDMI0GkOUVjLsSLQF1mRr9UbdXF3YPIsYtqyXxj", "devPc": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9hfhULcwnmtzXATxU6oqWPhTS06WXPVzx28knx9rPL" -} \ No newline at end of file +}