smolnar82 commented on code in PR #1244:
URL: https://github.com/apache/knox/pull/1244#discussion_r3633471413
##########
gateway-docker/src/main/resources/docker/Dockerfile:
##########
@@ -56,7 +56,8 @@ ARG ENTRYPOINT
COPY --chown=8000:0 ${ENTRYPOINT} /home/knox/knox/entrypoint.sh
RUN chmod +x /home/knox/knox/entrypoint.sh
-# Add the Amazon Root CA and Let's Encrypt production certificates
(best-effort)
+# Add the Amazon Root CA and Let's Encrypt production root certificates
(best-effort).
+# Staging roots are downloaded at runtime when
IMPORT_DEFAULT_STAGING_CERTS=true (default).
Review Comment:
You meant `IMPORT_LETS_ENCRYPT_STAGING_CERTS`, right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]