Generate private key from Python client
This commit is contained in:
@ -11,4 +11,4 @@ def get_root_ca() -> str:
|
||||
res = requests.get(f"{args.unsecure_origin}/pki/root_ca.pem")
|
||||
if res.status_code < 200 or res.status_code > 299:
|
||||
raise Exception(f"Get root CA failed with status {res.status_code}")
|
||||
return res.text
|
||||
return res.text
|
||||
|
Reference in New Issue
Block a user