Hi Everybody
I want to set up the SMTP/TLS configuration with a certificate on our Checkpoint cluster under MTA.
I have summarized the certificate in a .p12, as this is the file type Checkpoint wants. At least it can only be uploaded as .p12.
I have executed the following command:
openssl pksc12 -export -out cert.p12 -inkey key.pem -in fullchain.pem
Then the password query appears and I have tried everything. Even with a two-digit password that I have entered correctly, the import always fails with this error message:
Is there something wrong with the format that I need to be aware of?
Thanks for your help!
Marius