Skip to content

tohta/csr-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

CSR GENERATOR

USAGE

Clone it

git clone [email protected]:tohta/csr-generator.git example.com; cd example.com

Then, run it

bash csr-generator $(basename `pwd`)

or you can specify your addresses as below;

COUTRY_NAME=JP STATE_NAME=Tokyo LOCALITY_NAME=Minato-ku ORG_NAME='My Awesome Company' [email protected] bash csr-generator $(basename `pwd`)

TIPS

  • Show detail for .crt file
openssl x509 -text -noout -in example.com.crt
  • Show detail for .key file
openssl rsa -text -noout -in example.com.key
  • Show detail for .csr file
openssl req -text -noout -in example.com.csr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages