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:
Hank Leininger
2014-04-04 00:31:14 -04:00
parent 93fdb1edc3
commit 6a80b3c6d2

View File

@@ -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 = ""