test suite fixes

* need the script to actually do more functional testing
* need to be able to test input, need something automated

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2018-12-11 20:39:21 -06:00
parent 272ee0ea89
commit 38575d870c
No known key found for this signature in database
GPG Key ID: 72964219390D0D0E

View File

@ -6,10 +6,10 @@ cd easyrsa3 || exit 1
echo "===> Init-PKI"
sh -x easyrsa init-pki
echo "===> Build-CA"
sh -x easyrsa -batch build-ca nopass
sh -x easyrsa --batch build-ca nopass
echo "===> Build-Server"
sh -x easyrsa -batch build-server full s01 nopass
sh -x easyrsa --batch build-server full s01 nopass
sh -x easyrsa show-cert s01
echo "===> Build-Client"
sh -x easyrsa -batch build-client-full c01 nopass
sh -x easyrsa --batch build-client-full c01 nopass
sh -x easyrsa show-cert c01