ca/cert-selfsigned: Fixed hashbang shell path, thanks to Ge0rG for bug report

This commit is contained in:
Heikki Hannikainen 2013-03-05 01:23:04 +02:00
parent d6d9ca2a04
commit 75d860808b
1 changed files with 1 additions and 1 deletions

2
tests/ca/cert-selfsigned.sh Normal file → Executable file
View File

@ -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