Skip to content

Commit

Permalink
Update install.sh (#973)
Browse files Browse the repository at this point in the history
this should fix half of issue #966, hopefully I am doing this correctly
  • Loading branch information
Jokeronomy committed Dec 8, 2023
1 parent 3e083cd commit e434b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BridgeEmulator/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ generate_certificate () {
echo -e "\033[31m ERROR!! Certificate generation service is down. Please try again later.\033[0m"
exit 1
fi
curl "https://certgen.lightningdark.com/gencert?mac=$mac" > /opt/hue-emulator/cert.pem
curl "http://mariusmotea.go.ro:9002/gencert?mac=$mac" > /opt/hue-emulator/cert.pem
else
touch /opt/hue-emulator/cert.pem
cat private.key > /opt/hue-emulator/cert.pem
Expand Down

0 comments on commit e434b2a

Please sign in to comment.