Utility Routines

*TOOLS/PFXCERTCONVERT

Convert PFX Certificate

Invocation

CALL "*tools/pfxcertconvert" [ ,ERR=stmtref ], pfxpath$, pfxpswd$, pempath$

Where:

pfxpath$

Path to the PFX certificate file to convert.

pfxpswd$

Password for the PFX certificate.

pempath$

Desired path to the converted PEM certificate output.

Description

Convert PFX SSL/TLS security certificate into a PxPlus supported PEM SSL/TLS security certificate (Windows and UNIX/Linux).

(The PFXCertConvert utility was added in PxPlus 2019.)

See Also

SSL/TLS Security Certificates