Certificate Generator
Certificate Generator is a bash/batch script to create self-signed certificate.
Mac and Linux
Download Certificate Generator
In terminal
sh 2c2p_certGen_v2.0.sh
Windows
Download Certificate Generator
In command line
2c2p_certGen_v2.1.bat
If you encounter openSSL can't open config file issue :
Please execute :
2c2p_certGen_v2.1_with_openssl_cnf.bat
Once you finish the program, the following files will be produced:
- private.pem - Private Key with pem format.
- cert.crt - Public Key , you will need to key-in this key into admin panel.
- iosprivate.pem - Private + Public Key in pem format. To be used in My2c2pEncode.app (for iOS)
- private.pfx - Private + Public Key in pkcs12 format. To be used in My2c2pKeyEngine (for Android).