zem / myCA

yet another very simple makefile based CA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Sample Certification Authority using openssl. This Authority 
consists in some sample scripts and is usefull for others as well,
oder so


Um einen neuen request zu generieren benutzt du:

openssl req -newkey rsa:4096 -keyout key.pem -out req.pem


About

yet another very simple makefile based CA


Languages

Language:Shell 76.7%Language:Makefile 23.3%