GitHub user riverar opened a pull request:
https://github.com/apache/activemq-nms-openwire/pull/2
Enhancement: Support for client cert load via raw bytes
Client certificate bundles can be specified either via file or subject (for
lookup in the certificate store). In some scenarios, neither of these are
practical.
This PR wires up a new parameter, `clientCertBytes=<url encoded base64
string>`, for use during construction (e.g. via `NMSConnectionFactory`) to
allow specification of client certificate bundle in-memory.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/riverar/activemq-nms-openwire
client-cert-bytes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-nms-openwire/pull/2.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2
----
commit 3d7ae6e6a0e6ccf4438314fa36f2e9da5fef5025
Author: Rafael Rivera <[email protected]>
Date: 2017-09-27T21:45:46Z
Add support for client cert load via raw bytes
----
---