Update server.py

This commit is contained in:
Nova Cat 2025-01-14 19:28:00 -08:00
parent ccff74ec3b
commit e82c4e0b4c

View file

@ -26,7 +26,7 @@ def gencert():
k = crypto.PKey()
k.generate_key(crypto.TYPE_RSA, 1024)
cert = crypto.X509()
cert.get_subject().C = "Earth"
cert.get_subject().C = "US"
cert.get_subject().ST = "Earth"
cert.get_subject().L = "Earth"
cert.get_subject().O = random_name