Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 528 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 528 Bytes

csrgen

This is a CSR generation script based on the original CAcert script.

Usage

You have to specify the metadata like this:

./csrgen.sh \
  -C DE \
  -S HH \
  -L Hamburg \
  -O "Silpion IT Solutions GmbH" \
  -G Peter \
  -N Tester \
  -n www.example.com \
  -a www.example.org \
  -a www.example.net

It will drop the PEM encoded key (extension .key) and CSR (extension .csr) in the data subdirectory of the current directory.