Ensure example configs are valid JSON (#7912)

This commit is contained in:
Sean Knox
2018-03-30 05:31:03 -07:00
committed by zacharysarah
parent a77641c238
commit 866c8f64e5
@@ -149,7 +149,7 @@ Finally, add the same parameters into the API server start parameters.
"signing", "signing",
"key encipherment", "key encipherment",
"server auth", "server auth",
"client auth", "client auth"
], ],
"expiry": "8760h" "expiry": "8760h"
} }
@@ -171,7 +171,7 @@ Finally, add the same parameters into the API server start parameters.
"ST": "<state>", "ST": "<state>",
"L": "<city>", "L": "<city>",
"O": "<organization>", "O": "<organization>",
"OU": "<organization unit>", "OU": "<organization unit>"
}] }]
} }
1. Generate CA key (`ca-key.pem`) and certificate (`ca.pem`): 1. Generate CA key (`ca-key.pem`) and certificate (`ca.pem`):