Skip to content

Commit

Permalink
aws/rds: Switch AWS RDS CA bundle to the officially documented URL (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
toadjaune authored Aug 24, 2023
1 parent d6f90a4 commit 55ed7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/rds/rds.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type CertPoolProvider interface {
}

// caBundleURL is the URL to the public RDS Certificate Authority keys.
const caBundleURL = "https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem"
const caBundleURL = "https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem"

// CertFetcher pulls the RDS CA certificates from Amazon's servers. The zero
// value will fetch certificates using the default HTTP client.
Expand Down

0 comments on commit 55ed7f7

Please sign in to comment.