Search code examples
sslibm-integration-bus

Property broker.crlFileList on IBM Integration Bus 10


I want to enable automatic loading of CRLs on IBM Integration Bus 10 broker. But I don't understand, can I use only local files or IBM IIB can use HTTP or another protocol to donwload CRLs? And what is format of parameter's value in these command:

mqsichangeproperties IBNODE -o BrokerRegistry -n crlFileList -v file_path

Thank you!


Solution

  • It's error in command on article from IBM: name of parameter is brokerCRLFileList, not crlFileList. Correct command is:

    mqsichangeproperties IBNODE -o BrokerRegistry -n brokerCRLFileList -v file_path
    

    Format of the value described in article of IBM