kubeedge / kubeedge

Kubernetes Native Edge Computing Framework (project under CNCF)
https://kubeedge.io
Apache License 2.0
6.69k stars 1.71k forks source link

Enhancement for TLS certificate relted code #5498

Open WillardHu opened 6 months ago

WillardHu commented 6 months ago

What would you like to be added/modified:

Why is this needed:

  1. We maintain the functions of a business in one place to improve readability and maintainability.
  2. We should use a unique CA to sign the server certificate whenever possible.
  3. We abstract the certificate, PKI, Server and Client to extend GMTLS in the future(this issue is the pre-task of the #5334).
WillardHu commented 6 months ago

/assign