``` usages: - client auth ``` OR `usages:` `- digital signature` `- ke . . .

R:

 usages:
  - client auth

OR usages:
- digital signature
- key encipherment
- server auth , i created CSR by using both values one by one(once as client auth and second time as server auth)and it worked OK in the practice test. But i was not able to understand why, if there is mention of client auth or server auth

unnivkn:
https://betterprogramming.pub/k8s-tips-give-access-to-your-clusterwith-a-client-certificate-dfb3b71a76fe

R:
Thanks…i will go through these links