From fcc878c235afd83463a759d24a576b8b6a2bf11a Mon Sep 17 00:00:00 2001 From: costero-e Date: Thu, 9 Jan 2025 10:48:05 +0100 Subject: [PATCH] adding mongoDB official documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bdc37e0..4cd24f2 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Edit the file `beacon/connections/mongo/conf.py` and set `database_certificate` * The MongoDB client certificate should be in the combined PEM format `client.key + "\n" + client.crt` +For more information and have a testing on TLS, please go to [mongoDB official documentation website](https://www.mongodb.com/docs/v7.1/appendix/security/appendixA-openssl-ca/). + ## Prerequisites You should have installed: