0
votes

I need to get the private key out of my Domino kyr file, to import into another server. The key should be in the best case pkcs12 format. I am aware of the IKEYMAN tool by IBM. However, I cannot use that because I don't have access to a 32-bit windows XP. And unfortunately, only version 5 can understand the kyr format. It is a very strange conundrum. I hope somebody can help me out.

1

1 Answers

0
votes

Just download "kyrtool" from IBM and put it in the appropriate directory. This download contains versions for windows and linux.

Use the show keys command as described in this link to show the private key in Base64 Format. You can then simply convert it into anything you need with e.g. Openssl.