Implements support for ECDSA keys. Fixes #2163.#8431
Conversation
|
I commit myself to keep the target branch |
Thanks. I think I addressed your comments from the original PR :) If not, we can do another round. I think there are also 1-2 issues from the ecdsa area that need to be handled before this lands in master. |
adferrand
left a comment
There was a problem hiding this comment.
I think that from my last review (#8254 (review)) the only remaining point is below.
Beside this, what is the problem of conflict with run on existing certificates you are referring to?
Maybe I misunderstood the extend of this issue. |
Ok this was this issue. No problem, we can tackle that after this PR. |
Thanks to @pahrohfit and @Tomoyuki-GH for previous efforts to implement suport for this. Co-Authored-By: Robert Dailey <rob@wargam.es> Co-Authored-By: Tomoyuki-GH <55397638+Tomoyuki-GH@users.noreply.github.com>
a2a2dab to
47c1045
Compare
adferrand
left a comment
There was a problem hiding this comment.
And this LGTM!
@atombrella, thanks you a lot for your patience and your dedication to make ECDSA certificates live in Certbot.
(I merge this PR instead of squashing to ensure authorship is preserved. It will need to be the same for ecdsa to master).
|
In which certbot version can we expect ECDSA support? :) |
|
I have big hopes for the next one. |
|
The feature has been merged to master. It will be available for the next Certbot release! |
Continued from #8254
I'm not sure about the conflict with run on existing certificates. I'm willing to have a look at it, but a few hints are appreciated.
I added some code as NamespaceConfig.key_type, but I had to wrap an try-except around it, since the tests were failing without it. Again, please hint if there's a better way to deal with this.
I'm hoping this will eventually be in a release of certbot.
Thanks to @pahrohfit and @Tomoyuki-GH for previous efforts to implement
suport for this.
Co-Authored-By: Robert Dailey rob@wargam.es
Co-Authored-By: Tomoyuki-GH 55397638+Tomoyuki-GH@users.noreply.github.com
Pull Request Checklist
mastersection ofcertbot/CHANGELOG.mdto include a description of the change being made.AUTHORS.mdif you like.