Add a test CA generator

This commit is contained in:
Stanislaw Pitucha 2014-04-16 22:02:42 +01:00
parent 4ed8eac25c
commit 334a446425

3
tools/bootstrap_test_ca.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
openssl req -x509 -newkey rsa:384 -keyout CA/root-ca-unwrapped.key -out CA/root-ca.crt -nodes -batch