Browse Source

added missing colon

Dominik 2 years ago
parent
commit
dd7a385cf3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EXTRAS/example-configurations/conf.d/30-tls.yml

+ 1 - 1
EXTRAS/example-configurations/conf.d/30-tls.yml

@@ -1,5 +1,5 @@
 # only allow tls1.2 and tls1.3
-protocol_options
+protocol_options:
   - "no_sslv2"
   - "no_sslv3"
   - "no_tlsv1"