From 332135c330e7cbe687c80aab00a0d8dac3902055 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 14 Nov 2017 20:50:43 -0600 Subject: Added scripts for testuser cert. --- scripts/testuser-crmf-request.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/testuser-crmf-request.sh (limited to 'scripts/testuser-crmf-request.sh') diff --git a/scripts/testuser-crmf-request.sh b/scripts/testuser-crmf-request.sh new file mode 100755 index 0000000..af27169 --- /dev/null +++ b/scripts/testuser-crmf-request.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +mkdir -p tmp + +pki -c Secret.123 client-cert-request "CN=testuser" --type crmf --profile caSigningUserCert + -- cgit