DataPower

DataPower

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Save Key in Cert directory

    Posted Sun September 18, 2022 06:19 AM
    Dears,

    I am just wondering if I can create/overwrite 'cert' file and save it at 'cert' directory using XSLT or JavaScript?

    However, my case is I got new key every day and this key is used to encrypt a message.
    Therefore, to use it we need to create shared crypto key which doesn't have the ability to view any directory except the 'cert', 'shared cert' and 'local'. 

    Thanks a lot for your help




  • 2.  RE: Save Key in Cert directory

    Posted Sun September 18, 2022 09:11 AM
    DataPower does not allow writing directly to these directories but you can automate your process by uploading the cert or key file using the XML management or REST Management interface. In the case of a Certificate file, you will need to refresh the cert object. This is not necessary for key files. You can also use one of the Open Source tools like DCM (found on GitHub) to upload files.

    ------------------------------
    Charlie Sumner
    ------------------------------



  • 3.  RE: Save Key in Cert directory

    Posted Tue December 20, 2022 01:04 PM
    Thanks alot Charlie It Worked using XML management.

    ------------------------------
    Riham Lamei
    ------------------------------