Skip to content

Commit 34ca1af

Browse files
Fix tls_ca_file conversion
Address #296
1 parent fdf77dd commit 34ca1af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/yaml/convert_yaml_to_json.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ static int quote_next_scalar;
6262

6363
static const char* QUOTE_KEY_VALUES[] = {
6464
"tls_ca_path",
65+
"tls_ca_file",
6566
"tls_cipher_list",
6667
"tls_ciphersuites",
6768
"tls_curves_list",

0 commit comments

Comments
 (0)