how to specify key usage #18
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
https://github.com/jetstack/cert-manager-csi/blob/3bca455847427c2ac623946164518bb49beb37dd/pkg/certmanager/certmanager.go#L182
According to the above, it looks like there's no way to specify key usage. The docs indicate that when KeyUsage is not specified for a CSR then the default is (digital-signature, key-encipherment).
At first glance this appears rather limiting: if I need a TLS cert w/ client-auth, or server-auth then there's no way specify that via this API.
The text was updated successfully, but these errors were encountered: