Consultor Eletrônico



Kbase 21664: Setting JVMARGS in Windows with SonicMQ 4GL Adapter With True SSL CLIENT AUTHENTICATION
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/19/2008
Status: Verified

GOAL:

How to set the JVMARGS in Windows for the SonicMQ 4GL adapter for true SSL CLIENT AUTHENTICATION using the example keys that come with the SonicMQ product.

FACT(s) (Environment):

Progress 9.1C
Progress 9.1D
SonicMQ 3.5
SonicMQ 4.0
Windows 32 Intel

FIX:

The following example uses Progress 9.1C and SonicMQ 3.5.

The JVMARGS within the Registry:

HKEY_LOCAL_MACHINE\SOFTWARE\PSC\PROGRESS\9.1C\JAVA

JVMARGS= -DSSL_CA_CERTIFICATES_DIR="C:\SonicMQ35\certs\CA"
-DSSL_CERTIFICATE_CHAIN="C:\SonicMQ35\certs\client.p12"
-DSSL_PRIVATE_KEY="C:\SonicMQ35\certs\clientKey.pks8"
-DSSL_CERTIFICATE_CHAIN_FORM="PKCS12"
-DSSL_PRIVATE_KEY_PASSWORD="password"