summaryrefslogtreecommitdiffstats
path: root/scripts/testuser-crmf-request.sh
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2017-11-14 20:50:43 -0600
committerEndi S. Dewata <edewata@redhat.com>2017-11-14 20:50:43 -0600
commit332135c330e7cbe687c80aab00a0d8dac3902055 (patch)
tree61c31df6ebc38c2336cca67e08618e8fcbf0c5be /scripts/testuser-crmf-request.sh
parent119ee54e48a55987f1d0054edc6d3a820d50c434 (diff)
downloadpki-dev-332135c330e7cbe687c80aab00a0d8dac3902055.tar.gz
pki-dev-332135c330e7cbe687c80aab00a0d8dac3902055.tar.xz
pki-dev-332135c330e7cbe687c80aab00a0d8dac3902055.zip
Added scripts for testuser cert.
Diffstat (limited to 'scripts/testuser-crmf-request.sh')
-rwxr-xr-xscripts/testuser-crmf-request.sh6
1 files changed, 6 insertions, 0 deletions
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
+