/csr-gen

Shell script for creating SSL/TLS key+CSR using openssl.

Primary LanguageShell

csr-gen

Shell script for creating SSL/TLS key+CSR using openssl.

Usage

To use this script, simply clone this project.

For help on the script's usage, run it with --help option:

./csr-gen.sh --help

Dependency

  • openssl - This script assumes that the openssl package is installed.

License

The MIT License