added
This commit is contained in:
@@ -34,7 +34,6 @@ def generate_self_signed_cert(cert_country, cert_state, cert_organization,
|
||||
return str(cert_text), str(priv_key_text)
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
test = generate_self_signed_cert(cert_country="DE", cert_state="Dresden", cert_organization="IchAG", cert_locality="Sachsen", cert_organizational_unit="mandan01", cert_common_name="mandan01", valid_days=365, serial_number=12)
|
||||
privatekey = test[1].rstrip("'").strip("b'")
|
||||
|
||||
Reference in New Issue
Block a user