I am writing an Android App that requires SSL certification for certain web requests. I need to build a PKCS12 file (.pfx
) with Self-Signed Certificate.
I d
If you look at this site "http://www.sslshopper.com/article-most-common-openssl-commands.html" it has most of the common commands you would be looking for. I had to do this recently for amazon associates program and found their site helpful as well (http://docs.aws.amazon.com/IAM/latest/UserGuide/InstallCert.html#SampleCert).By the way, you will need to install openssl to run this (see: http://slproweb.com/products/Win32OpenSSL.html).