From 334a446425f32d6098c5115a8859c9c1812ed544 Mon Sep 17 00:00:00 2001 From: Stanislaw Pitucha Date: Wed, 16 Apr 2014 22:02:42 +0100 Subject: [PATCH] Add a test CA generator --- tools/bootstrap_test_ca.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tools/bootstrap_test_ca.sh diff --git a/tools/bootstrap_test_ca.sh b/tools/bootstrap_test_ca.sh new file mode 100755 index 0000000..068ec08 --- /dev/null +++ b/tools/bootstrap_test_ca.sh @@ -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