1
0
mirror of https://github.com/kakwa/uts-server synced 2025-01-08 12:44:30 +01:00

cosmetic change

This commit is contained in:
kakwa 2016-09-10 03:29:12 +02:00
parent 6c515c4d93
commit 990ee7e268

View File

@ -75,15 +75,15 @@ request_timeout_ms = 30000
# Sets the minimal accepted version of SSL/TLS protocol # Sets the minimal accepted version of SSL/TLS protocol
# according to the table: # according to the table:
# #
# SSL2+SSL3+TLS1.0+TLS1.1+TLS1.2 -> 0 # - SSL2+SSL3+TLS1.0+TLS1.1+TLS1.2 -> 0
# #
# SSL3+TLS1.0+TLS1.1+TLS1.2 -> 1 # - SSL3+TLS1.0+TLS1.1+TLS1.2 -> 1
# #
# TLS1.0+TLS1.1+TLS1.2 -> 2 # - TLS1.0+TLS1.1+TLS1.2 -> 2
# #
# TLS1.1+TLS1.2 -> 3 # - TLS1.1+TLS1.2 -> 3
# #
# TLS1.2 -> 4 # - TLS1.2 -> 4
#ssl_protocol_version = 3 #ssl_protocol_version = 3
# Enables the use of short lived certificates # Enables the use of short lived certificates