Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 556 Bytes

File metadata and controls

25 lines (18 loc) · 556 Bytes

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)