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