Skip to content

Commit

Permalink
Merge pull request #60 from alphagov/sengi/rds-cacerts
Browse files Browse the repository at this point in the history
Add new RDS CA root/intermediate certs.
  • Loading branch information
sengi authored Nov 9, 2023
2 parents 0bad15e + 5d93888 commit 3b87bdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ ENV APP_HOME=/app \
TZ=Europe/London

# Amazon RDS cert bundle for connecting to managed databases over TLS.
# TODO: remove rds-combined-ca-bundle.pem once Router API is using global-bundle.pem.
ADD https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem /etc/ssl/certs/rds-combined-ca-bundle.pem
ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /etc/ssl/certs/rds-global-bundle.pem

# Wrap Ruby binaries in a script that sets up a TMPDIR that Ruby will accept.
# TODO: remove this when Ruby allows disabling its permissions checks on /tmp.
Expand Down

0 comments on commit 3b87bdc

Please sign in to comment.