Kbase P726: SonicMQ 4GL adapter with true SSL CLIENT AUTHENTICATION in UNIX
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/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
SonicMQ 3.5
Progress 9.1D
SonicMQ 4.0
UNIX
FIX:
The JVMARGS for Java used by Progress is java_env file.
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"