Commit 813f2567 authored by Lutz Jänicke's avatar Lutz Jänicke
Browse files

Fix buggy #! magic and update ssleay->openssl

Submitted by:
Reviewed by:
PR: 305
parent bfa96bc2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
#!bin/sh
#!/bin/sh

# This script will re-make all the required certs.
# cd apps
@@ -12,8 +12,8 @@
#
 
CAbits=1024
SSLEAY="../apps/ssleay"
CONF="-config ../apps/ssleay.cnf"
SSLEAY="../apps/openssl"
CONF="-config ../apps/openssl.cnf"

# create pca request.
echo creating $CAbits bit PCA cert request