We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d254d96 commit ceb0159Copy full SHA for ceb0159
src/templates/partials/mysql.hbs
@@ -7,4 +7,4 @@ ssl-key = /path/to/private_key
7
{{#if output.ciphers.length}}
8
ssl-cipher = {{{join output.ciphers ":"}}}
9
{{/if}}
10
-tls_version = {{#each output.protocols}}{{this}}{{#unless @last}},{{/unless}}{{/each}}
+tls_version = {{join output.protocols ","}}
0 commit comments