Rott ca creation in a separate file.
FossilOrigin-Name: d738cb3c6d6dde01ec9a855c67bca85e55a2aecec93d37625bdfb2b2a997e1d9
This commit is contained in:
parent
bfd32e5925
commit
18501739c2
5
ssl/mkrootca.sh
Executable file
5
ssl/mkrootca.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
echo Creating Root CA
|
||||||
|
openssl genrsa -des3 -out root-ca.key 1536 -config openssl.cnf
|
||||||
|
openssl req -new -x509 -days 3650 -key root-ca.key -out root-ca.crt -config openssl.cnf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user