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

mss/csrgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages