Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 002a04c91abed15f64ae3fe89cf5db34 > files > 13

lua-sec-0.4-6.mga4.x86_64.rpm

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