mirror of
https://github.com/brunoos/luasec.git
synced 2025-07-13 14:34:23 +02:00
LuaSec 0.2
This commit is contained in:
5
samples/certs/rootA.sh
Executable file
5
samples/certs/rootA.sh
Executable 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
|
Reference in New Issue
Block a user