bpo-36816: Update the self-signed.pythontest.net cert by gpshead · Pull Request #13192 · python/cpython

@gpshead

@blurb-it

ericvsmith

@gpshead gpshead deleted the update_selfsigned_cert branch

May 8, 2019 16:35

gpshead added a commit to gpshead/cpython that referenced this pull request

May 8, 2019

gpshead added a commit to gpshead/cpython that referenced this pull request

May 8, 2019

@gpshead

gpshead added a commit to gpshead/cpython that referenced this pull request

May 8, 2019

gpshead added a commit to gpshead/cpython that referenced this pull request

May 8, 2019

ned-deily pushed a commit that referenced this pull request

May 8, 2019

gpshead added a commit that referenced this pull request

May 9, 2019
GH-13199)

* [2.7] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192)

We updated the server, our testsuite must match.

https://bugs.python.org/issue36816

✈️ CLE -> DEN ✈️ #pycon2019 #beyonce
(cherry picked from commit 6bd8173)

The 2.7 tree also needed a certificate in the capath directory updated.
The filename for that was determined by `openssl x509 -in $cert.pem -subject_hash`.

Authored-by: Gregory P. Smith <greg@krypto.org>