From 75d860808b09f7ab8592b04a1312db57f7340eb1 Mon Sep 17 00:00:00 2001 From: Heikki Hannikainen Date: Tue, 5 Mar 2013 01:23:04 +0200 Subject: [PATCH] ca/cert-selfsigned: Fixed hashbang shell path, thanks to Ge0rG for bug report --- tests/ca/cert-selfsigned.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tests/ca/cert-selfsigned.sh diff --git a/tests/ca/cert-selfsigned.sh b/tests/ca/cert-selfsigned.sh old mode 100644 new mode 100755 index d3428d2..4ce2266 --- a/tests/ca/cert-selfsigned.sh +++ b/tests/ca/cert-selfsigned.sh @@ -1,4 +1,4 @@ -#!/binsh +#!/bin/sh # create new key and cert request openssl req -new -out ssl.req -subj "/callSign=TESTING/CN=Testing" -newkey rsa:4096 -days 3650 -nodes -config openssl.conf