diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2013-09-20 18:59:30 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2013-09-20 18:59:30 +0000 |
| commit | c70bf3ea28cdf6bafd8571690d3e5c466a0658a2 (patch) | |
| tree | 68b24940e433f3f9c278b054d9ea1622389bd332 /qpid/cpp/SSL | |
| parent | fcdf1723c7b5cdf0772054a93edb6e7d97c4bb1e (diff) | |
| download | qpid-python-c70bf3ea28cdf6bafd8571690d3e5c466a0658a2.tar.gz | |
QPID-4984: WIP - Merge from trunk r.1525056
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/linearstore@1525101 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/SSL')
| -rw-r--r-- | qpid/cpp/SSL | 15 |
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. |
