Ensure example configs are valid JSON (#7912)
This commit is contained in:
@@ -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`):
|
||||||
|
|||||||
Reference in New Issue
Block a user