Correct shebang in create_certificates.sh

Change-Id: Ifaca8a29532269c2cbf929c7be8adfb73ca49400
This commit is contained in:
Bertrand Lallau 2015-08-19 11:31:39 +02:00
parent 71e5725a7f
commit be095e5e57
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#! bin/bash
#!/bin/bash
# USAGE: <certificate directory> <openssl.cnf (example in etc/certificate)
#Those are certificates for testing will be generated
@ -75,7 +75,3 @@ echo "Note: For production use the ca issuing the client certificate and the ca
echo "certificate need to be different so a hacker can't just use the server certificate from a"
echo "compromised amphora to control all the others."
echo "\nTo use the certificates copy them to the directory specified in the octavia.conf"