Skip to content

Commit

Permalink
DD-18: updated the URL for the InCommon CA certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Mar 5, 2024
1 parent 266a352 commit 0a6e5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN lein do clean, uberjar && \
rm -r ~/.m2/repository

# Add the Internet2 InCommon intermediate CA certificate.
ADD "https://incommon.org/wp-content/uploads/2019/06/sha384-Intermediate-cert.txt" "/usr/local/share/ca-certificates/"
RUN sed -i -E 's/\r\n?/\n/g' "/usr/local/share/ca-certificates/sha384-Intermediate-cert.txt" && \
ADD "https://uit.stanford.edu/sites/default/files/2023/10/11/incommon-rsa-ca2.pem" "/usr/local/share/ca-certificates/"
RUN sed -i -E 's/\r\n?/\n/g' "/usr/local/share/ca-certificates/incommon-rsa-ca2.pem" && \
update-ca-certificates

ENTRYPOINT ["terrain", "-Dlogback.configurationFile=/etc/iplant/de/logging/terrain-logging.xml", "-javaagent:/usr/src/app/opentelemetry-javaagent.jar", "-Dotel.resource.attributes=service.name=terrain", "-cp", ".:terrain-standalone.jar", "terrain.core"]
Expand Down

0 comments on commit 0a6e5fb

Please sign in to comment.