mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Fix typo in certificate
This commit is contained in:
parent
b6ff77eecf
commit
f90a825308
@ -62,7 +62,7 @@ func NewKubeletServerCertificateManager(kubeClient clientset.Interface, kubeCfg
|
|||||||
// digital signatures used during TLS negotiation.
|
// digital signatures used during TLS negotiation.
|
||||||
certificates.UsageDigitalSignature,
|
certificates.UsageDigitalSignature,
|
||||||
// KeyEncipherment allows the cert/key pair to be used to encrypt
|
// KeyEncipherment allows the cert/key pair to be used to encrypt
|
||||||
// keys, including the symetric keys negotiated during TLS setup
|
// keys, including the symmetric keys negotiated during TLS setup
|
||||||
// and used for data transfer.
|
// and used for data transfer.
|
||||||
certificates.UsageKeyEncipherment,
|
certificates.UsageKeyEncipherment,
|
||||||
// ServerAuth allows the cert to be used by a TLS server to
|
// ServerAuth allows the cert to be used by a TLS server to
|
||||||
@ -106,7 +106,7 @@ func NewKubeletClientCertificateManager(certDirectory string, nodeName types.Nod
|
|||||||
// negotiation.
|
// negotiation.
|
||||||
certificates.UsageDigitalSignature,
|
certificates.UsageDigitalSignature,
|
||||||
// KeyEncipherment allows the cert/key pair to be used to encrypt
|
// KeyEncipherment allows the cert/key pair to be used to encrypt
|
||||||
// keys, including the symetric keys negotiated during TLS setup
|
// keys, including the symmetric keys negotiated during TLS setup
|
||||||
// and used for data transfer..
|
// and used for data transfer..
|
||||||
certificates.UsageKeyEncipherment,
|
certificates.UsageKeyEncipherment,
|
||||||
// ClientAuth allows the cert to be used by a TLS client to
|
// ClientAuth allows the cert to be used by a TLS client to
|
||||||
|
Loading…
Reference in New Issue
Block a user