Create PKCS#12 file with self-signed certificate via OpenSSL in Windows for my Android App

后端 未结 3 1890
一向
一向 2021-01-30 00:06

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

3条回答
  •  北海茫月
    2021-01-30 00:18

    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).

提交回复
热议问题