Author |
Message
|
gag_nm |
Posted: Mon Sep 13, 2010 1:31 am Post subject: truststore file Location in AIX |
|
|
Centurion
Joined: 16 Oct 2008 Posts: 102
|
hi can some one tell me location of truststore file in AIX .
i want to configure SSL in AIX. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Sep 13, 2010 1:36 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
If you figure out how to configure SSL, that will tell you where the truststore is. |
|
Back to top |
|
 |
gag_nm |
Posted: Mon Sep 13, 2010 1:40 am Post subject: |
|
|
Centurion
Joined: 16 Oct 2008 Posts: 102
|
I tried all ways sir, but i could not find solution. please help me |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Sep 13, 2010 2:12 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
gag_nm |
Posted: Mon Sep 13, 2010 2:44 am Post subject: |
|
|
Centurion
Joined: 16 Oct 2008 Posts: 102
|
thanks and i found solution by running below commands
mqsichangeproperties NXXXXXXR -o BrokerRegistry -n brokerKeystoreFile -v JKS
mqsichangeproperties NXXXXXXR -o BrokerRegistry -n brokerKeystoreFile -v /IBM/mqsi/6.1/jre15/lib/security/key.jks
mqsichangeproperties NXXXXXXR -o BrokerRegistry -n brokerKeystorePass -v changeit
mqsichangeproperties NXXXXXXR -o BrokerRegistry -n brokerTruststoreType -v JKS
mqsichangeproperties NXXXXXXR -o BrokerRegistry -n brokerTruststoreFile -v /IBM/mqsi/6.1/jre15/lib/security/key.jks
mqsichangeproperties NXXXXXXR -o BrokerRegistry -n brokerTruststorePass -v changeit
Stop Broker
mqsisetdbparms NXXXXXXR -n brokerKeystore::password -u temp -p changeit
mqsisetdbparms NXXXXXXR -n brokerTruststore::password -u temp -p changeit
start Broker |
|
Back to top |
|
 |
|