mirror of https://github.com/D4-project/d4-core
non interacting
parent
f9c6ed3755
commit
c7ea2d7863
|
@ -2,4 +2,4 @@
|
||||||
# Create Root key
|
# Create Root key
|
||||||
openssl genrsa -out rootCA.key 4096
|
openssl genrsa -out rootCA.key 4096
|
||||||
# Create and Sign the Root CA Certificate
|
# Create and Sign the Root CA Certificate
|
||||||
openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 1024 -out rootCA.crt
|
openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 1024 -out rootCA.crt -config san.cnf
|
||||||
|
|
Loading…
Reference in New Issue