With these shell script and OpenSSL, you can create your own self-signed CA and sign your certificate with the CA. You can modify the config files to align your settings.
- Git or download & extract.
- Modify the permission of file ar_root and ar_client:
chmod +x ar_\*
- Modify the script and cnf files to align your settings.
- Run ar_root to generate the CA (root certificate).
- Run ar_client to generate the certificate signed with the CA.
- Add the CA to OS trusted certificate pool, and it will makes all your client certificate be work and avoid any block/warning.
- Website: http://arlen.cn/
- Email: dev#arlen.cn