Websphere MQ in C#: Where in the code to set SSL Keystore Password? -
i have mq application need use ssl connections with. have been given keystore use , password use it, unsure of need go set value of keystore password?
there few places in mq dll's can see password setting, don't want set in wrong place. of other ssl stuff has been under mqenvironment , there password there, can't seem find confirms correct place.
what value need set ssl keystore's password?
(note: writing in c# using mq version 7.)
the .net classes not use java keystore, rather use wmq kdb format keystore. file format includes "stash file" contains obfuscated password. point program kdb in environment variables discussed on page of docs. kdb several files same prefix , different suffixes. see in example variable includes path , kdb prefix no suffix.
i'm guessing next question "how jks kdb format?" must have gskit installed. bundled both wmq client , wmq server depending on version installed, path differs slightly. under c:\program files\ibm\gsk7 starters. there several different user interfaces 1 want compiled gsk7cmd.
c:\program files\ibm\gsk7\bin>gsk7cmd.exe -keydb -convert required value command not specified: -db required -correct command usage- -db required -pw optional -target optional -new_pw optional -old_format or -type optional -new_format required <cms | jceks | jks | kdb | p12 | pkcs12> -expire optional <0 - 7300> -stash optional` when converting jks kdb, sure specify -stash option program can find password.
Comments
Post a Comment