fixed server.cert text to server.crt which is consistent with the rest of the document.
This commit is contained in:
@@ -444,7 +444,7 @@ The script will generate three files: `ca.crt`, `server.crt`, and `server.key`.
|
|||||||
Finally, add the following parameters into API server start parameters:
|
Finally, add the following parameters into API server start parameters:
|
||||||
|
|
||||||
- `--client-ca-file=/srv/kubernetes/ca.crt`
|
- `--client-ca-file=/srv/kubernetes/ca.crt`
|
||||||
- `--tls-cert-file=/srv/kubernetes/server.cert`
|
- `--tls-cert-file=/srv/kubernetes/server.crt`
|
||||||
- `--tls-private-key-file=/srv/kubernetes/server.key`
|
- `--tls-private-key-file=/srv/kubernetes/server.key`
|
||||||
|
|
||||||
#### easyrsa
|
#### easyrsa
|
||||||
@@ -468,7 +468,7 @@ Finally, add the following parameters into API server start parameters:
|
|||||||
1. Fill in and add the following parameters into the API server start parameters:
|
1. Fill in and add the following parameters into the API server start parameters:
|
||||||
|
|
||||||
--client-ca-file=/yourdirectory/ca.crt
|
--client-ca-file=/yourdirectory/ca.crt
|
||||||
--tls-cert-file=/yourdirectory/server.cert
|
--tls-cert-file=/yourdirectory/server.crt
|
||||||
--tls-private-key-file=/yourdirectory/server.key
|
--tls-private-key-file=/yourdirectory/server.key
|
||||||
|
|
||||||
#### openssl
|
#### openssl
|
||||||
|
|||||||
Reference in New Issue
Block a user