gh-118658: Modify cert generation script to extract cert3.pem#124598
Conversation
|
CC @kanavin I cannot really test this since the script doesn't work for me at all (it produces an invalid OpenSSL command line before reaching the part I modified), but I ran the code I added/modified manually and it seems to work. |
Sorry, something went wrong.
|
I have cherry-picked this. Sadly there are failures: The generated cert3.pem looks like this: |
Sorry, something went wrong.
I confirmed via #107594 that this fixes the problem. But you do need the above mentioned change, and the NEWS.d entry. |
Sorry, something went wrong.
|
@gpshead Do you still have the context for this in your head? :) |
Sorry, something went wrong.
|
Since the |
Sorry, something went wrong.
I don't think so, the CI check for that now passes. But this does need to be backported to 3.13. |
Sorry, something went wrong.
|
It's a a test-only change, so no NEWS entry is needed , and a backport can go in 3.13.1. |
Sorry, something went wrong.
|
Thanks @felixfontein for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
|
Sorry, @felixfontein and @encukou, I could not cleanly backport this to |
Sorry, something went wrong.
…3.pem (pythonGH-124598) (cherry picked from commit 480354d) Co-authored-by: Felix Fontein <felix@fontein.de>
This updates #118669 to extract the added file
cert3.pemfromkeycert3.pem.I'm not sure whether using the same issue number in the title is ok...