Support for HTTPS certificate verification or not.
[freeradius-pysaml2.git] / etc / ecp_config.py
index 0e74bf0..923ca81 100644 (file)
@@ -20,4 +20,14 @@ PASSWD = ""
 # If you don't want to used Basic-Auth you can place the username in a
 # header. This defines the header name
 
-USERNAME_HEADER = "X-Moonshot-Username"
\ No newline at end of file
+USERNAME_HEADER = "X-Moonshot-Username"
+
+# is the path of a file containing root CA certificates for SSL
+# server certificate validation.
+
+CA_CERTS = ""
+
+# If disable_ssl_certificate_validation is true, SSL cert validation will
+# not be performed.
+
+DISABLE_SSL_CERTIFICATE_VALIDATION = True
\ No newline at end of file