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 49bca90..04dfdd9 100644
--- a/test/sample.conf
+++ b/test/sample.conf
@@ -6,6 +6,11 @@ auth_uri = http://127.0.0.1:8080/auth/v1.0/
#auth_version = 2
#auth_uri = http://localhost:5000/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