superedge
superedge copied to clipboard
feat: key/cert support ecdsa algorithm
What type of PR is this? feature What this PR does: Support ECDSA algorithm for key/cert Which issue(s) this PR fixes: NONE Fixes # NONE Special notes for your reviewer: RSA can be superseded by ECDSA(ECC). Here is a post about the difference above these two algorithm. https://sectigostore.com/blog/ecdsa-vs-rsa-everything-you-need-to-know/
Kubeadm supported ECDSA 3 years ago. https://github.com/kubernetes/kubeadm/issues/984
@attlee-wang