summaryrefslogtreecommitdiff
path: root/test/sample.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/sample.conf')
-rw-r--r--test/sample.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/sample.conf b/test/sample.conf
index 95c1a47..2b19de4 100644
--- a/test/sample.conf
+++ b/test/sample.conf
@@ -12,6 +12,11 @@ auth_prefix = /auth/
#auth_ssl = no
#auth_prefix = /v2.0/
+# You may want to run tests against endpoints that use development certs
+# without installing the CA system-wide. Use this to trust an extra set
+# of certificates.
+#cacert = /path/to/trusted-ca.crt
+
# Primary functional test account (needs admin access to the account).
# By default the tests use a swiftclient.client.Connection instance with user
# attribute set to 'account:username' based on the options 'account' and