mirror of
https://github.com/samply/bridgehead.git
synced 2026-01-12 01:23:16 +01:00
Correct link to docker images
This commit is contained in:
@@ -65,7 +65,7 @@ if [ ! -d "certs" ]; then
|
||||
mkdir -p certs
|
||||
fi
|
||||
|
||||
if [ -e "/etc/bridgehead/traefik.crt" ]; then
|
||||
if [ ! -e "certs/traefik.crt" ]; then
|
||||
openssl req -x509 -newkey rsa:4096 -nodes -keyout certs/traefik.key -out certs/traefik.crt -days 365
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user