File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
gateway-docker/src/main/resources/docker Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ RUN chmod +x /home/knox/knox/entrypoint.sh
6060# Add the Amazon Root CA certificates
6161RUN mkdir /home/knox/cacrts
6262ADD --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
You can’t perform that action at this time.
0 commit comments