in reply to Re^2: convert C# to perl script
in thread convert C# to perl script

I have my pfx file and want to create certificate

You could do this separately using a CLI utility such as openssl but if you want to do that inside perl, take a look at Crypt::OpenSSL::PKCS12 which shows in the synopsis how to achieve this.

  • Comment on Re^3: convert C# to perl script (PKCS12 to PEM)