mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
7 lines
311 B
Text
7 lines
311 B
Text
Enhancement: Hardened tls settings
|
|
|
|
Rest-server now uses a secure TLS cipher suite set by default. The minimum TLS
|
|
version is now TLS 1.2 and can be further increased using the new `--tls-min-ver`
|
|
option, allowing users to enforce stricter security requirements.
|
|
|
|
https://github.com/restic/rest-server/pull/315
|