Conversation
|
This does currently work to reuse a private key. Four remaining problems or issues with this code (mostly all CLI design matters):
|
Do you think we could get away with just reusing Looking at the code, this seems accurate. This means the flag is only currently used for the
Briefly playing with this, it didn't happen to me. Keep in mind that
For better or worse, we already treat None specially. The user can also work around this problem by just deleting the line from their renewal conf file. Looking at the values we currently save in a renewal config, we have the problem with some of these as well. While this isn't the best UX, we can improve it in the future with a common approach to flags like this. My preference is to not add a
This is similar to the argument I initially made for |
|
@schoen, are you still planning on working on this? |
|
@bmw, yes, I am. Thanks for the reminder. |
|
Any update? |
|
@schoen could you please let us know how far along this is? I'd like to reuse my private key when renewing one of my certificates. |
|
@schoen, any updates on this issue? |
|
Planning to replace this with #5901, which does use a simpler approach different from what I talked about with @bmw last year (just |
This PR adds an option to allow the reuse of a specified existing private key when requesting a new certificate (other than via CSR, which is already an alternative which can achieve this function with or without direct access to the private key material).
Fixes #3788 and #3709.