mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-34542: Update test certs and keys (GH-8997)
Update all test certs and keys to use future proof crypto settings: * 3072 bit RSA keys * SHA-256 signature Signed-off-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
0382406fcc
commit
e6dac00779
20 changed files with 981 additions and 726 deletions
|
@ -57,9 +57,9 @@ PEERCERT = {
|
|||
'issuer': ((('countryName', 'XY'),),
|
||||
(('organizationName', 'Python Software Foundation CA'),),
|
||||
(('commonName', 'our-ca-server'),)),
|
||||
'notAfter': 'Nov 28 19:09:06 2027 GMT',
|
||||
'notBefore': 'Jan 19 19:09:06 2018 GMT',
|
||||
'serialNumber': '82EDBF41C880919C',
|
||||
'notAfter': 'Jul 7 14:23:16 2028 GMT',
|
||||
'notBefore': 'Aug 29 14:23:16 2018 GMT',
|
||||
'serialNumber': 'CB2D80995A69525C',
|
||||
'subject': ((('countryName', 'XY'),),
|
||||
(('localityName', 'Castle Anthrax'),),
|
||||
(('organizationName', 'Python Software Foundation'),),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue