MQ

 View Only
Expand all | Collapse all

Graphical interface to manager key stores?

  • 1.  Graphical interface to manager key stores?

    Posted Tue September 03, 2024 11:38 AM

    Hi all

    MQ v9.4 removed the graphical interface to manage keystores, is there a replacement, non command line? 

    Thanks



    ------------------------------
    Joao Ramires
    ------------------------------


  • 2.  RE: Graphical interface to manager key stores?

    Posted Wed September 04, 2024 04:12 AM

    Hi Joao,

    The graphical interface that was shipped with IBM MQ previously was provided by the JRE that was shipped with IBM MQ. In 9.4 we moved to a newer version of the JRE that unfortunately did not supply this anymore. There is no replacement available in our third party tools that we ship with IBM MQ.

    It looks like there are options available online such as keystore explorer but these are outside of IBM's control.



    ------------------------------
    Rob Parker
    Security Architect, IBM MQ Distributed
    IBM UK Ltd
    ------------------------------



  • 3.  RE: Graphical interface to manager key stores?

    Posted Wed September 04, 2024 04:37 AM

    Hello,

    The main problem is KDB files . As far as I know this format is IBM only and keystore explorer does not support it.



    ------------------------------
    Yulia Vaisman
    ------------------------------



  • 4.  RE: Graphical interface to manager key stores?

    IBM Champion
    Posted Thu September 05, 2024 01:08 AM

    Hello Yulia,

    Please check out the command line tools runmqakm and runmqckm. They are quite easy to use, just append -? to your list of parameters and help will be provided.

    They are essential anyways when looking at container environment as graphical tools will not work in the CICD devops environment (unless used headless)...

    Hope it helps



    ------------------------------
    Francois Brandelik
    ------------------------------



  • 5.  RE: Graphical interface to manager key stores?

    Posted Thu September 05, 2024 03:05 AM

    Francois,

    For automatic processes of course it's possible to use   command line tools . But if you want to check kdb file GUI interface is better . You can copy/move/rename a file with DOS commands but most people do it with file explorer .



    ------------------------------
    Yulia Vaisman
    ------------------------------



  • 6.  RE: Graphical interface to manager key stores?

    IBM Champion
    Posted 29 days ago

    Hi Yulia,

    I've been having a quick tinker with creating a small Python app that essentially wraps the runmqakm commands in a GUI. If you'd find that of interest please do get in touch. It's a little bit rough around the edges at the moment because it's just a PoC, but if you'd like to help me whip it into shape and then we could let the community have it, I'd be happy to work with you.

    Here's a screenshot of the basic view.

    Cheers,
    Morag



    ------------------------------
    Morag Hughson
    MQ Technical Education Specialist
    MQGem Software Limited
    Website: https://www.mqgem.com
    ------------------------------



  • 7.  RE: Graphical interface to manager key stores?

    Posted 29 days ago

    Hello,

    I have no problem to help but my background is MF. I have no Python  development skills . 



    ------------------------------
    Yulia Vaisman
    ------------------------------



  • 8.  RE: Graphical interface to manager key stores?

    IBM Champion
    Posted 29 days ago

    My background is MF too, and I had no Python development skills either until a year or so ago. However, I was thinking you could help by letting me know which tasks were needed - I have no intention of wrapping every possible runmqakm option! And also by testing it. This would mean you would need Python installed, but no development skills needed. I haven't tried out all the error paths and could do with help in covering that.

    If you're interested, perhaps you can contact me directly - see here for my email address.

    Cheers,
    Morag



    ------------------------------
    Morag Hughson
    MQ Technical Education Specialist
    MQGem Software Limited
    Website: https://www.mqgem.com
    ------------------------------



  • 9.  RE: Graphical interface to manager key stores?

    Posted 28 days ago