Fix buggy #! magic and update ssleay->openssl
Submitted by: Reviewed by: PR: 305
This commit is contained in:
parent
bfa96bc20e
commit
813f256783
@ -1,4 +1,4 @@
|
|||||||
#!bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# This script will re-make all the required certs.
|
# This script will re-make all the required certs.
|
||||||
# cd apps
|
# cd apps
|
||||||
@ -12,8 +12,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
CAbits=1024
|
CAbits=1024
|
||||||
SSLEAY="../apps/ssleay"
|
SSLEAY="../apps/openssl"
|
||||||
CONF="-config ../apps/ssleay.cnf"
|
CONF="-config ../apps/openssl.cnf"
|
||||||
|
|
||||||
# create pca request.
|
# create pca request.
|
||||||
echo creating $CAbits bit PCA cert request
|
echo creating $CAbits bit PCA cert request
|
||||||
|
Loading…
Reference in New Issue
Block a user