Tweak fallback certificate to be kind

This commit is contained in:
Chris 2018-05-07 10:32:27 +00:00 committed by GitHub
parent 61753b0634
commit 1e83c814a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def create_self_signed_cert(bits=2048, **kwargs):
cert = crypto.X509()
attributes = {
'countryName': u"FU",
'countryName': u"UK",
'stateOrProvinceName': u"Oceania",
'localityName': u"London",
'organizationName': u"Ministry of Truth",