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.
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user