luasec/samples/certs/rootB.sh
Bruno Silvestre 1c95a077ee LuaSec 0.3
2012-09-02 11:22:22 -03:00

8 lines
309 B
Bash
Executable File

#!/bin/sh
openssl req -newkey rsa:1024 -sha1 -keyout rootBkey.pem -out rootBreq.pem -nodes -config ./rootB.cnf -days 365 -batch
openssl x509 -req -in rootBreq.pem -sha1 -extfile ./rootB.cnf -extensions v3_ca -signkey rootBkey.pem -out rootB.pem -days 365
openssl x509 -subject -issuer -noout -in rootB.pem