COA2-865: remove unused ca#674
Conversation
Release 2023-09-06
- Fix for the docker port output mismatch Integration tests were failing because of this. https://github.com/mendix/cf-mendix-buildpack/actions/runs/6119616281/job/16614934821 - Use Mx9.7 test app for logging tests
|
I can confirm that this change is the minimum required change to add the This can be confirmed by hand, but since we have had a point in time where there were many (most likely all available ones) were added and then subsequently removed, the diff is hard to read, so I decided to compare this PR against the state before the former PR instead (#668) to have the smallest diff possible. That would be be revision The diff matches the content of the AWS-supplied file exactly, so that is confirmed watertight, and can be verified via: |
I removed the certificates that we don't use right now but added the CA for me-central-1
Original ones:
https://truststore.pki.rds.amazonaws.com/af-south-1/af-south-1-bundle.pem
https://truststore.pki.rds.amazonaws.com/me-south-1/me-south-1-bundle.pem
https://www.amazontrust.com/repository/AmazonRootCA1.pem
New one:
https://truststore.pki.rds.amazonaws.com/me-central-1/me-central-1-bundle.pem
Also, cherry-picked @pappachino commits to fix the integration test.