From 50b37b8efa3ca18d9db66172923ed577e7dab1a4 Mon Sep 17 00:00:00 2001 From: NyxiumYuuki Date: Sat, 29 May 2021 14:40:08 +0200 Subject: [PATCH] Move again keys --- 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/keys/jwtRS256.key b/backend/service-authentication/keys/jwtRS256.key similarity index 100% rename from backend/keys/jwtRS256.key rename to backend/service-authentication/keys/jwtRS256.key diff --git a/backend/keys/jwtRS256.key.pub b/backend/service-authentication/keys/jwtRS256.key.pub similarity index 100% rename from backend/keys/jwtRS256.key.pub rename to backend/service-authentication/keys/jwtRS256.key.pub diff --git a/backend/keys/jwtRS256.sh b/backend/service-authentication/keys/jwtRS256.sh similarity index 100% rename from backend/keys/jwtRS256.sh rename to backend/service-authentication/keys/jwtRS256.sh