From 6ea7b7075198d8b95d0ab7619eef228effde6fd5 Mon Sep 17 00:00:00 2001 From: NyxiumYuuki Date: Fri, 28 May 2021 21:03:16 +0200 Subject: [PATCH] secret keys moved for all servers --- backend/{service-authentication => }/keys/jwtRS256.key | 0 backend/{service-authentication => }/keys/jwtRS256.key.pub | 0 backend/{service-authentication => }/keys/jwtRS256.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename backend/{service-authentication => }/keys/jwtRS256.key (100%) rename backend/{service-authentication => }/keys/jwtRS256.key.pub (100%) rename backend/{service-authentication => }/keys/jwtRS256.sh (100%) diff --git a/backend/service-authentication/keys/jwtRS256.key b/backend/keys/jwtRS256.key similarity index 100% rename from backend/service-authentication/keys/jwtRS256.key rename to backend/keys/jwtRS256.key diff --git a/backend/service-authentication/keys/jwtRS256.key.pub b/backend/keys/jwtRS256.key.pub similarity index 100% rename from backend/service-authentication/keys/jwtRS256.key.pub rename to backend/keys/jwtRS256.key.pub diff --git a/backend/service-authentication/keys/jwtRS256.sh b/backend/keys/jwtRS256.sh similarity index 100% rename from backend/service-authentication/keys/jwtRS256.sh rename to backend/keys/jwtRS256.sh