Commit f90a8253 authored by Malepati Bala Siva Sai Akhil's avatar Malepati Bala Siva Sai Akhil Committed by GitHub

Fix typo in certificate

parent b6ff77ee
......@@ -62,7 +62,7 @@ func NewKubeletServerCertificateManager(kubeClient clientset.Interface, kubeCfg
// digital signatures used during TLS negotiation.
certificates.UsageDigitalSignature,
// 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.
certificates.UsageKeyEncipherment,
// ServerAuth allows the cert to be used by a TLS server to
......@@ -106,7 +106,7 @@ func NewKubeletClientCertificateManager(certDirectory string, nodeName types.Nod
// negotiation.
certificates.UsageDigitalSignature,
// 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..
certificates.UsageKeyEncipherment,
// ClientAuth allows the cert to be used by a TLS client to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment