Skip to content

Commit ca145f6

Browse files
authored
KNOX-3264 - Updated default green certs URL to https (#1163)
* KNOX-3264 - Fix issues with docker workflow * KNOX-3264 - Fix the docker file issue with downloading certs
1 parent 4b7ae26 commit ca145f6

File tree

1 file changed

+5
-5
lines changed
  • gateway-docker/src/main/resources/docker

1 file changed

+5
-5
lines changed

gateway-docker/src/main/resources/docker/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ RUN chmod +x /home/knox/knox/entrypoint.sh
6060
# Add the Amazon Root CA certificates
6161
RUN mkdir /home/knox/cacrts
6262
ADD --chown=knox:knox \
63-
http://www.awstrust.com/repository/AmazonRootCA1.cer \
64-
http://www.awstrust.com/repository/AmazonRootCA2.cer \
65-
http://www.awstrust.com/repository/AmazonRootCA3.cer \
66-
http://www.awstrust.com/repository/AmazonRootCA4.cer \
67-
http://letsencrypt.org/certs/staging/letsencrypt-stg-root-x1.pem \
63+
https://www.amazontrust.com/repository/AmazonRootCA1.cer \
64+
https://www.amazontrust.com/repository/AmazonRootCA2.cer \
65+
https://www.amazontrust.com/repository/AmazonRootCA3.cer \
66+
https://www.amazontrust.com/repository/AmazonRootCA4.cer \
67+
https://letsencrypt.org/certs/staging/letsencrypt-stg-root-x1.pem \
6868
https://letsencrypt.org/certs/isrgrootx1.pem \
6969
https://letsencrypt.org/certs/isrg-root-x2.pem /home/knox/cacrts/
7070

0 commit comments

Comments
 (0)