Skip to content

Commit

Permalink
Merge pull request #70 from cloud-gov/govcloud-tls
Browse files Browse the repository at this point in the history
Replace commercial CA cert with GovCloud cert bundle
  • Loading branch information
jameshochadel authored Mar 13, 2024
2 parents 6bed40d + d469a96 commit a566d7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion container/dockerfiles/cloud-service-broker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ FROM ${base_image}

COPY --from=build /app/build/cloud-service-broker /bin/cloud-service-broker

ADD https://s3.amazonaws.com/rds-downloads/rds-ca-2019-root.pem /usr/local/share/ca-certificates/
# Install RDS certificate bundle to support connecting to RDS instances.
# Link from: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html#UsingWithRDS.SSL.GovCloudCertificates
ADD https://truststore.pki.us-gov-west-1.rds.amazonaws.com/global/global-bundle.pem /usr/local/share/ca-certificates/
RUN update-ca-certificates

ENV PORT 8080
Expand Down

0 comments on commit a566d7e

Please sign in to comment.