jet / kube-webhook-certgen

Tools to help with self signed cert generation for Kubernetes test environment
Apache License 2.0
142 stars 40 forks source link

Please consider also provide the ability to create a client cert #33

Closed tgckpg closed 2 years ago

tgckpg commented 2 years ago

This is only a feature request.

In docker dind, it's required to generate client-side cert from ca to allow docker TLS. Current impl only creates server side cert which is not adequate.

tgckpg commented 2 years ago

never mind, I figured I could just make one myself. No need to abuse this repo.