Fix buggy #! magic and update ssleay->openssl
Submitted by: Reviewed by: PR: 305
This commit is contained in:
parent
082cd4e564
commit
8cdeec9f54
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue