From eee397a0e229e062066e3d871bb0b56514c3e780 Mon Sep 17 00:00:00 2001 From: sid Date: Sun, 19 Apr 2026 00:16:03 +0200 Subject: [PATCH] smallstep: remove tls version requirements --- hosts/sid/services/step-ca.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/sid/services/step-ca.nix b/hosts/sid/services/step-ca.nix index 396f7c6..f004d65 100644 --- a/hosts/sid/services/step-ca.nix +++ b/hosts/sid/services/step-ca.nix @@ -58,8 +58,6 @@ in "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256" "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256" ]; - minVersion = "1.2"; - maxVersion = "1.3"; renegotiation = false; }; };