Skip to content

ryt/cert-create

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

cert-create

Perl-based OpenSSL command generator for generating ssl certificates.

Instructions:

  1. Make create.pl executable.
$ chmod +x create.pl
  1. Run the command with your info.
  2. Run the outputted commands sequentially as needed.

Usage:

  Command        Domain       CAFilename     Company        City          State
  ./create.pl
  ./create.pl    myapp.com
  ./create.pl    myapp.com    ./localhost    "Web Media"    "New York"    "New York"

  ./create.pl    (help|man|--help|-h)
  ./create.pl    (--version|-v)

About

Perl-based OpenSSL command generator for generating ssl certificates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages