nerdexam
IBM

C9530-001 · Question #6

The security team has informed the Integration Bus developers that they need to start using SSL when using the web user interface. Administration security is still disabled. What does the developer…

The correct answer is B. Setup a keystore on the queue manger, import the private key and then change the URL used to. To enable access to broker resources through the web user interface, configure the IBM Integration Bus web user interface server. If you are using HTTPS, run the following command: mqsichangeproperties brokerName -b webadmin -o HTTPSConnector -n port,keystoreFile,keystorePass…

Solution Design

Question

The security team has informed the Integration Bus developers that they need to start using SSL when using the web user interface. Administration security is still disabled. What does the developer need to do to now access the web user interface?

Options

  • AChange the URL used to the new port being used by HTTPS.
  • BSetup a keystore on the queue manger, import the private key and then change the URL used to
  • CHave the administrator use the mqsiwebuseradmin command to create a new web user and then
  • DTurn on administration security, have the administrator use the mqsiwebuseradmin command to

How the community answered

(41 responses)
  • A
    7% (3)
  • B
    71% (29)
  • C
    17% (7)
  • D
    5% (2)

Explanation

To enable access to broker resources through the web user interface, configure the IBM Integration Bus web user interface server. If you are using HTTPS, run the following command: mqsichangeproperties brokerName -b webadmin -o HTTPSConnector -n port,keystoreFile,keystorePass -v portValue,fileName,password - brokerName is the name of your broker. - portValue is the HTTPS port value that you want to use for the web user interface. - fileName is your keystore file. - password is the password for the keystore file. ftp://public.dhe.ibm.com/software/integration/integrationbus/docs/V9.0/iib_v9r0_admin.pdf

Topics

#SSL#web user interface#keystore#administration security

Community Discussion

No community discussion yet for this question.

Full C9530-001 Practice