Branch: default (jade+)
Plugin: 11.0.359
Jira: ECRM-11796 Support client certificate authentication for WebsphereMQ
Framework now supports configuring certificates for HTTP channel connections and JMS connection factory properties as a reference to an PKIKeyPair using the format “pkikeypair:nameofkeypair”
Steps:
Base64 encode the PKSC#12 certificate and its private key
Add the certificate to the environment file as a PKI key pair:
CODE: SELECT ALL
To use the PKI key pair above as a certificate for an HTTP channel, set the certificate field to “keypair:certificate1”
To use the PKI Key pair above as a certificate for a JMS connection factory, add a property named “certificate” with the value set to “keypair:certificate1”