summaryrefslogtreecommitdiffstats
path: root/scripts/existing-step2.sh
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-11-16 15:40:31 +0100
committerEndi S. Dewata <edewata@redhat.com>2015-11-16 15:40:31 +0100
commit1861d6a1e37e60362cd0469dc29a7d601109a831 (patch)
treef0df55fdc444b0d9895d2248beb6544e0a6958dc /scripts/existing-step2.sh
parentc3324d0bed4e103afe1bed43ac1e134642ecaa9b (diff)
downloadpki-dev-1861d6a1e37e60362cd0469dc29a7d601109a831.tar.gz
pki-dev-1861d6a1e37e60362cd0469dc29a7d601109a831.tar.xz
pki-dev-1861d6a1e37e60362cd0469dc29a7d601109a831.zip
Added scripts for existing CA.
Diffstat (limited to 'scripts/existing-step2.sh')
-rwxr-xr-xscripts/existing-step2.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/existing-step2.sh b/scripts/existing-step2.sh
new file mode 100755
index 0000000..079d2c9
--- /dev/null
+++ b/scripts/existing-step2.sh
@@ -0,0 +1,8 @@
+#!/bin/sh -x
+
+mkdir -p build
+
+/bin/cp -f ca_signing.csr /tmp
+/bin/cp -f ca.p12 /tmp
+
+pkispawn -v -f existing-step2.cfg -s CA 2>&1 | tee build/existing-step2.log