From 9da25244bf9658af64c520b2a1a492e5f185d2bf Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 7 Jan 2024 22:24:10 +0100 Subject: [PATCH] gitea: It's 2024, time to bump your keys. https://infosec.mozilla.org/guidelines/key_management.html --- roles/gitea/templates/app.ini.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/gitea/templates/app.ini.j2 b/roles/gitea/templates/app.ini.j2 index ef8c8ac..6ba42ed 100644 --- a/roles/gitea/templates/app.ini.j2 +++ b/roles/gitea/templates/app.ini.j2 @@ -109,10 +109,5 @@ FILE_EXTENSIONS = .rst RENDER_COMMAND = timeout 30s pandoc +RTS -M512M -RTS -f rst IS_INPUT_FILE = false -[ssh.minimum_key_sizes] -ED25519 = 256 -ECDSA = 256 -RSA = 1023 - [oauth2] JWT_SECRET = {{ gitea_oauth2_jwt_secret }}