Skip to content

arlendotcn/Create-OpenSSL-Certificate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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.

Usage

  1. Git or download & extract.
  2. Modify the permission of file ar_root and ar_client: chmod +x ar_\*
  3. Modify the script and cnf files to align your settings.
  4. Run ar_root to generate the CA (root certificate).
  5. Run ar_client to generate the certificate signed with the CA.
  6. Add the CA to OS trusted certificate pool, and it will makes all your client certificate be work and avoid any block/warning.

Author & Contact

About

Use OpenSSL to create self signed certificate and register certificate with the CA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages