summaryrefslogtreecommitdiff
path: root/qpid/cpp/SSL
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-07-25 20:25:14 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-07-25 20:25:14 +0000
commit25f9ff86c702792a492697b03fa3c4190fa12903 (patch)
treef0f4edbe4a5dd29a6e191713872b6a8bd3e28dd4 /qpid/cpp/SSL
parentd73ba2c389413b64aba0ef6893c98c89120622ce (diff)
downloadqpid-python-25f9ff86c702792a492697b03fa3c4190fa12903.tar.gz
QPID-4640: QPID-3633: Remove autotools build from qpid C++ source tree
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1507112 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/SSL')
-rw-r--r--qpid/cpp/SSL15
1 files changed, 5 insertions, 10 deletions
diff --git a/qpid/cpp/SSL b/qpid/cpp/SSL
index b810d4ef10..06aa0db267 100644
--- a/qpid/cpp/SSL
+++ b/qpid/cpp/SSL
@@ -7,15 +7,11 @@ on Windows.
Linux
=====
-SSL support for Qpid-C++, based on Mozilla's Network Security Services
-library, is provided as two loadable modules: one for the client
-(sslconnector.so), one for the broker (ssl.so). Either these libraries
-should be present in the relevant module directory or the
-'load-module' option (or QPID_LOAD_MODULE environment variable) is
-used to ensure they are loaded.
+SSL support for Qpid-C++ is based on Mozilla's Network Security Services
+library. SSL support will be built automatically providing this library
+and include files are found at build time.
-Broker side SSL Settings (note you can get these by qpidd --help
-providing the ssl.so module is loaded):
+Broker side SSL Settings (note you can get these by qpidd --help)
SSL Settings:
--ssl-use-export-policy Use NSS export policy
@@ -57,14 +53,13 @@ for accessing the created db.
The daemon can then be started with something like the following:
-./src/qpidd --auth no --load-module src/.libs/ssl.so \
+./src/qpidd --auth no \
--ssl-cert-db ./test_cert_db \
--ssl-cert-password-file ./cert.password \
--ssl-cert-name myhost.mydomain
then for client set:
-QPID_LOAD_MODULE=./src/.libs/sslconnector.so
QPID_SSL_CERT_DB=./test_cert_db
and run e.g.