[
https://issues.apache.org/jira/browse/KNOX-3333?focusedWorklogId=1031822&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1031822
]
ASF GitHub Bot logged work on KNOX-3333:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Jul/26 10:29
Start Date: 23/Jul/26 10:29
Worklog Time Spent: 10m
Work Description: moresandeep commented on code in PR #1244:
URL: https://github.com/apache/knox/pull/1244#discussion_r3637392840
##########
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:
Ah, yes! good catch, i will update it and commit.
Issue Time Tracking
-------------------
Worklog Id: (was: 1031822)
Time Spent: 2h 10m (was: 2h)
> Update Letsencrypt staging certs
> --------------------------------
>
> Key: KNOX-3333
> URL: https://issues.apache.org/jira/browse/KNOX-3333
> Project: Apache Knox
> Issue Type: Task
> Components: Server
> Reporter: Sandeep More
> Assignee: Sandeep More
> Priority: Major
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> There are more staging certs that Letsencrypt has, we need to include them
> all just to be safe.
> [https://letsencrypt.org/docs/staging-environment/]
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)