Merge branch 'mjevange-dev-patch-00697' into 'dev'
Repair cert file copy: SSL_CONFIG points to ./ssl, not ./ssl/ssl See merge request Shinobi-Systems/Shinobi!299auto-build-api-doc-with-code
commit
774ccdc773
|
|
@ -8,7 +8,7 @@ sed -i "s/$OLD_SQL_USER_TAG/$NEW_SQL_USER_TAG/g" sql/framework1.sql
|
||||||
if [ "$SSL_ENABLED" = "true" ]; then
|
if [ "$SSL_ENABLED" = "true" ]; then
|
||||||
if [ -d /config/ssl ]; then
|
if [ -d /config/ssl ]; then
|
||||||
echo "Using provided SSL Key"
|
echo "Using provided SSL Key"
|
||||||
cp -R /config/ssl ssl
|
cp -R /config/ssl ./
|
||||||
SSL_CONFIG='{"key":"./ssl/server.key","cert":"./ssl/server.cert"}'
|
SSL_CONFIG='{"key":"./ssl/server.key","cert":"./ssl/server.cert"}'
|
||||||
else
|
else
|
||||||
echo "Making new SSL Key"
|
echo "Making new SSL Key"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue