awips2/cotsSource/org.apache.qpid/java/test-profiles/cpp.ssl.testprofile
root 8e80217e59 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: a02aeb236c [formerly 9f19e3f712] [formerly 06a8b51d6d [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]
Former-commit-id: 06a8b51d6d
Former-commit-id: 3360eb6c5f
2012-01-06 08:55:05 -06:00

11 lines
582 B
Text

include=cpp
broker.modules=--load-module ${broker.module.ssl} --ssl-cert-name localhost.localdomain --ssl-cert-password-file ${test.profiles}/test_resources/ssl/pfile --ssl-cert-db ${test.profiles}/test_resources/ssl/server_db/ --ssl-require-client-authentication --ssl-port @SSL_PORT
profile.use_ssl=true
broker.ready= Listening for SSL connections
javax.net.ssl.keyStore=${test.profiles}/test_resources/ssl/keystore.jks
javax.net.ssl.keyStorePassword=password
javax.net.ssl.trustStore=${test.profiles}/test_resources/ssl/certstore.jks
javax.net.ssl.trustStorePassword=password