summaryrefslogtreecommitdiffstats
path: root/jjb/aaf/build-sshsm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/aaf/build-sshsm.sh')
-rw-r--r--jjb/aaf/build-sshsm.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/aaf/build-sshsm.sh b/jjb/aaf/build-sshsm.sh
new file mode 100644
index 000000000..e26d44bfd
--- /dev/null
+++ b/jjb/aaf/build-sshsm.sh
@@ -0,0 +1,20 @@
+#!/bin/bash
+#
+
+CURRENTDIR="$(pwd)"
+echo $CURRENTDIR
+
+echo 'Building the SoftHSMv2...'
+
+cd SoftHSMv2
+sh autogen.sh
+./configure
+make check
+cd ..
+
+echo 'Building the TPM2-Plugin...'
+
+cd TPM2-Plugin
+./bootstrap
+./configure
+make