Rott ca creation in a separate file.

FossilOrigin-Name: d738cb3c6d6dde01ec9a855c67bca85e55a2aecec93d37625bdfb2b2a997e1d9
This commit is contained in:
7u83@mail.ru 2014-08-10 19:32:50 +00:00
parent bfd32e5925
commit 18501739c2
1 changed files with 5 additions and 0 deletions

5
ssl/mkrootca.sh Executable file
View 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