LuaSec 0.2

This commit is contained in:
Bruno Silvestre
2012-09-02 11:15:49 -03:00
parent 0bae6dedd9
commit 36e94ee40d
49 changed files with 4757 additions and 0 deletions

5
samples/certs/rootA.sh Executable file
View File

@ -0,0 +1,5 @@
openssl req -newkey rsa:1024 -sha1 -keyout rootAkey.pem -out rootAreq.pem -nodes -config ./rootA.cnf -days 365 -batch
openssl x509 -req -in rootAreq.pem -sha1 -extfile ./rootA.cnf -extensions v3_ca -signkey rootAkey.pem -out rootA.pem -days 365
openssl x509 -subject -issuer -noout -in rootA.pem