Update example HTTPS cert & key filenames.
pki/my{cert,key}.pem are used for request payloads; set those as the defaults for HTTPS as well. Note that HTTPS isn't necessarily in a working state - this just gets us a bit closer.
This commit is contained in:
@@ -12,6 +12,6 @@ POLICY = Policy(
|
||||
)
|
||||
|
||||
# HTTPS cert information
|
||||
SERVER_CERT = "pki/ssl.crt"
|
||||
SERVER_KEY = "pki/ssl.pem"
|
||||
SERVER_CERT = "pki/mycert.pem"
|
||||
SERVER_KEY = "pki/mykey.pem"
|
||||
CERT_CHAIN = ""
|
||||
|
Reference in New Issue
Block a user