X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius-pysaml2.git;a=blobdiff_plain;f=etc%2Fecp_config.py;fp=etc%2Fecp_config.py;h=923ca81d7ee172c679aab1575e9df81d5aa72e09;hp=0e74bf0c4441cfff7d93a4eb012011da8a87cb2d;hb=e17b7a09b1da3e49eb2e1d98962799f06f4399c8;hpb=606726b074d10fd4b9396d529cabd30caf268f01 diff --git a/etc/ecp_config.py b/etc/ecp_config.py index 0e74bf0..923ca81 100644 --- a/etc/ecp_config.py +++ b/etc/ecp_config.py @@ -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