Merge pull request 'smallstep: remove tls version requirements' (#25) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 21s

Reviewed-on: #25
This commit is contained in:
sid 2026-04-19 00:17:24 +02:00
commit ce324dc8e2

View file

@ -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;
};
};