The open source version of the Amazon RDS docs. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.
Other
150
stars
231
forks
source link
Fix for wrong parameter name for CA certificate #158
Hi, this change request is about how to connect using IAM authentication with Postgres and the .NET SDK. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Connecting.NET.html
Stating to https://www.npgsql.org/doc/connection-string-parameters.html#security-and-encryption the name of the parameter for the certificate bundle is
Root Certificate
notSSL Certificate
. Indeed I could not make my code work until I changed it.Issue #, if available:
Description of changes: I just changed the parameter name in the doc page.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.