github-1: support for hashing functions other than sha1
[certmaster.git] / test-it.sh
diff --git a/test-it.sh b/test-it.sh
new file mode 100755 (executable)
index 0000000..f251154
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+/etc/init.d/certmaster stop
+rpm -e certmaster
+rpm -i /root/certmaster.git/rpm-build/certmaster-0.28-1pwan.noarch.rpm
+cp /etc/certmaster/certmaster.conf.rpmsave /etc/certmaster/certmaster.conf
+cp /etc/certmaster/minion.conf.rpmsave /etc/certmaster/minion.conf
+cd tests
+./test-certmaster.sh
+