From 9db151e38835568d16ad55e90da8172d089428d8 Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Tue, 11 Dec 2018 20:15:21 -0600 Subject: [PATCH] Update op_test to support show-cert, add'l cmds Signed-off-by: Eric F Crist --- op_test.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/op_test.sh b/op_test.sh index 9675fff..a830e8e 100644 --- a/op_test.sh +++ b/op_test.sh @@ -3,4 +3,13 @@ # Runs some basic operational testing cd easyrsa3 || exit 1 +echo "===> Init-PKI" sh -x easyrsa init-pki +echo "===> Build-CA" +sh -x easyrsa -batch build-ca nopass +echo "===> Build-Server" +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 show-cert c01