From 6a80b3c6d27ad494bbc3c9b9d67b6445b0bbfc40 Mon Sep 17 00:00:00 2001 From: Hank Leininger Date: Fri, 4 Apr 2014 00:31:14 -0400 Subject: [PATCH] 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. --- example/sp-wsgi/service_conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/sp-wsgi/service_conf.py b/example/sp-wsgi/service_conf.py index ad6c847..1d18261 100644 --- a/example/sp-wsgi/service_conf.py +++ b/example/sp-wsgi/service_conf.py @@ -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 = ""