mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 21:50:14 +02: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