| *TOOLS/PFXCERTCONVERT | Convert PFX Certificate | 
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. | 
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.)