From 4bbf63f77a5b5529f9ceb33713350079f5fa5de1 Mon Sep 17 00:00:00 2001 From: Jeroen Janssen Date: Thu, 27 Apr 2023 15:20:56 +0200 Subject: [PATCH] Update README.md and SECURITY.md: remove Gitea version, mention OCSP must-staple --- README.md | 2 +- SECURITY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7c30d7..98d0aa9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This platform is geared towards open source and security developers. Currently i #### Q: What does this server run? -This server runs Gitea on an OpenBSD VM, with OpenBSD-current (snapshots). The current Gitea version is 1.18.3 +This server runs Gitea on OpenBSD. #### Q: Where is this server located? diff --git a/SECURITY.md b/SECURITY.md index 41b70ef..b499ad3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -19,7 +19,7 @@ This Gitea instance is configured following best practices, in order to thwart l ``` ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-CHACHA20-POLY1305:AES-256-GCM-SHA384:EECDH+AESGCM:EDH+AESGCM -- OCSP stapling is enabled. +- OCSP stapling and OCSP must-stable are enabled. - TLS session tickets are disabled (at least until Nginx fixes this properly). ### Networking