Home
MQSSLCRYP
This holds a parameter string that allows you to configure the cryptographic hardware present on the system. The permitted values are the same as for the SSLCRYP parameter of the ALTER QMGR command as described in the WebSphere MQ Script (MQSC) Command Reference.
To set this variable use one of these commands:
- On Windows systems:
SET MQSSLCRYP=string- On UNIX systems:
export MQSSLCRYP=string
Home