What type of request is this?
New feature for an existing tool
Clear and concise description of the feature you are proposing
The CSR generator could allow other bitsizes and potentially also other algorithms than RSA-2048
Is there example of this tool in the wild?
No response
Additional context
Currently the Private key generated by the csr generator is forced to RSA 2048 Bits,
it would be nice if customization for this would be possible.
I tried to look into the source code if I could find the default hardcoded somewhere in order to overwrite it via devtools, was unable to find it.
Potentially the code from the RSA Key pair generator could be used, but I dont know that in this level of detail, especially since those are two different libraries.
Validations
What type of request is this?
New feature for an existing tool
Clear and concise description of the feature you are proposing
The CSR generator could allow other bitsizes and potentially also other algorithms than RSA-2048
Is there example of this tool in the wild?
No response
Additional context
Currently the Private key generated by the csr generator is forced to RSA 2048 Bits,
it would be nice if customization for this would be possible.
I tried to look into the source code if I could find the default hardcoded somewhere in order to overwrite it via devtools, was unable to find it.
Potentially the code from the RSA Key pair generator could be used, but I dont know that in this level of detail, especially since those are two different libraries.
Validations