How do we create client certificate to get validated by aws document db?In aws docs https://docs.aws.amazon.com/documentdb/latest/developerguide/connect_programmatically.html#connect_programmatically-tls_enabled, it is mentioned only about one way ssl i.e.,clients authenticating server certificate.I didn't find information regarding two way ssl supported by aws document db.Can anyone help on this?
Asked
Active
Viewed 264 times
1 Answers
0
Amazon DocumentDB does not support using client certificates to connect to your cluster. Are you looking for client-side certificates to be used by the server for authentication? Amazon DocumentDB only supports SCRAM based authentication.

meet-bhagdev
- 2,608
- 18
- 22
-
Thanks for responding.Yes,looking to create a client certificate and get it validated by server for two way ssl. – prathyusha magam May 21 '21 at 08:59