openssl + kyrtool (domino)
article https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0073175 donwload keytool https://support.hcltechsw.com/sys_attachment.do?sys_id=ff7ba618dbf6e89ca45ad9fcd39619ef https://igoldobin.wordpress.com/2018/01/17/%D1%83%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BA%D0%B0-%D1%81%D0%B5%D1%80%D1%82%D0%B8%D1%84%D0%B8%D0%BA%D0%B0%D1%82%D0%B0-%D0%BD%D0%B0-%D1%81%D0%B5%D1%80%D0%B2%D0%B5%D1%80-ibm-domino-%D1%81-%D0%BF/ __________________________________________________________________________ C:\Lotus\Notes>kyrtool =c:\lotus\notes\notes.ini create -k c:\lotus\notes\data\keyringwildcard.kyr -p 123_45 kyrtool verify “c:\e\server.txt” если извлечь из pfx ______________________________________ openssl pkcs12 -in certificate.pfx -nocerts -out key.pem -nodes openssl pkcs12 -in certificate.pfx -nokeys -out cert.pem openssl rsa -in key.pem -out server1.key type server.key cert.pem>server2.txt ________________________________________________________ type server.key ser...