...
The session should now be secured and with a valid/accepted certificate.
Example with supplied sfx file from costumer
Prerequisites:
Keystore Explorer installed – You can download it from Keystore Explorer.
Your
.pfx
file ready.
...
Steps:
Open the
.pfx
FileLaunch Keystore Explorer.
Click File > Open and select your
.pfx
file.Enter the password when prompted.
Locate the Certificate
Once the keystore is open, you’ll see entries like
PrivateKeyEntry
orCertificateEntry
.Right-click on the certificate you want to export.
Export as a
.crt
Choose Export > Export Certificate Chain.
In the export dialog:
Select PEM depending on your requirement:
.crt
with PEM format is common (Base64-encoded).
Save the certificate with a
.crt
extension. Normally fullchain.crt
Export the Private Key
If you need the private key separately:
Right-click on the
PrivateKeyEntry
and choose Export > Export Private Key.Export it as a
.key
in PEM format.
Export Certificate Chain to export