ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » IIB security parameters

Post new topic  Reply to topic
 IIB security parameters « View previous topic :: View next topic » 
Author Message
bobbee
PostPosted: Tue Sep 26, 2017 7:06 am    Post subject: IIB security parameters Reply with quote

Knight

Joined: 20 Sep 2001
Posts: 541
Location: Tampa

when you do ODBC, JDBC, SFTP, etc in IIB the passwords and UID's are captured in mqsisetdbparms. Is there a methodology to use this for other implementations.

Example. I have a customer that is coding his own Type4JDBC calls outside of the IIB implementation. From another post, he is trying to get around the restriction of no commits in the JDBC calls because of the IIB connection architecture. He need to provide SSL Paths, UID, Passwords. All these are captures as shown below in the IIB Broker Properties for the EG. Can theses be accessed, used in the way he is trying to set his JDBC calls up???????

Code:

mqsichangeproperties CFNODE -e USCHECK -o HTTPSConnector -n sslProtocol -v TLS
mqsichangeproperties CFNODE -e USCHECK -o HTTPSConnector -n keystoreFile -v /keys/KeystoreUSCHECK.jks
mqsichangeproperties CFNODE -e USCHECK -o HTTPSConnector -n keystorePass -v 'pa$$w0rd' <-- supply keystore password

mqsichangeproperties CFNODE -e USCHECK -o ComIbmJVMManager -n keystoreFile -v /keys/KeystoreUSCHECK.jks
mqsichangeproperties CFNODE -e USCHECK -o ComIbmJVMManager -n keystoreType -v JKS
mqsichangeproperties CFNODE -e USCHECK -o ComIbmJVMManager -n keystorePass -v USCHECKKeystore::password
mqsichangeproperties CFNODE -e USCHECK -o ComIbmJVMManager -n truststoreFile -v /keys/TruststoreUSCHECK.jks
mqsichangeproperties CFNODE -e USCHECK -o ComIbmJVMManager -n truststoreType -v JKS
mqsichangeproperties CFNODE -e USCHECK -o ComIbmJVMManager -n truststorePass -v USCHECKTruststore::password

mqsisetdbparms CFNODE -n USCHECKKeystore::password -u ignore -p 'pa$$w0rd' <-- supply keystore password
mqsisetdbparms CFNODE -n USCHECKTruststore::password -u ignore -p 'pa$$w0rd' <-- supply truststore password
Back to top
View user's profile Send private message Send e-mail AIM Address
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » IIB security parameters
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.