fix comment typo
This commit is contained in:
parent
a47dccd84c
commit
0fa9308757
@ -20,7 +20,7 @@ if [ "$HSTS" = TRUE ]; then
|
|||||||
printf "done\n"
|
printf "done\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# activate SSL configuration as appropraite and only if certs exist
|
# activate SSL configuration as appropriate and only if certs exist
|
||||||
if [ "$TLS13_ONLY" = FALSE ]; then
|
if [ "$TLS13_ONLY" = FALSE ]; then
|
||||||
if [ -f "/certs/fullchain.pem" ] && \
|
if [ -f "/certs/fullchain.pem" ] && \
|
||||||
[ -f "/certs/privkey.pem" ] && \
|
[ -f "/certs/privkey.pem" ] && \
|
||||||
|
Loading…
Reference in New Issue
Block a user