Enable usage of provided CryptoKey for Certificate Signing Request #37
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe
Currently
createCsr
doesn't allow parameterized generation of Private/Public Key pair, where Public Key is used in CSR extensions. the interface looks like this:So we need to provide a way to allow using existing Key pair and/or allow parameterized algo generation of the pair.
This would allow to generate keys with EC for example, as RSA is hard coded for now as the following:
Additional context
Currently people can't use their own public/public keys (e.g. password protected).
The text was updated successfully, but these errors were encountered: