feat: add timezone env var and integrate into logs

This commit is contained in:
2024-12-01 05:33:51 -07:00
parent b577f2b370
commit e2972e5a8f
4 changed files with 42 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
# @repo https://github.com/Aetherinox/thetvapp-docker
# #
SUBJECT="/C=US/ST=CA/L=NA/O=thetvapp-docker/OU=Aetherinox TheTvApp/CN=*"
SUBJECT="/C=NA/ST=NA/L=NA/O=thetvapp-docker/OU=Aetherinox TheTvApp/CN=*"
if [[ -f /config/keys/cert.key && -f /config/keys/cert.crt ]]; then
echo -e " SSL : Using existing keys found in /config/keys"
else