net/certs/rootB.bat
Ryan b5d163f78c Doing tests...
Planning on adding threading support to modules. This will however require lanes to be on your system
2017-06-28 23:01:43 -04:00

8 lines
313 B
Batchfile

rem #!/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