I want to convent my certificates from .bin file format to .pem file format, is there a perl module that I can use.
Thanks.
Why not use openssl ?
Just call openssl from within perl (use system() )