0

I want to convent my certificates from .bin file format to .pem file format, is there a perl module that I can use.

Thanks.

PMat
  • 2,039
  • 2
  • 29
  • 46

1 Answers1

0

Why not use openssl ?

Just call openssl from within perl (use system() )