Skip to content

Commit cdc1fd7

Browse files
authored
Merge pull request #30 from EGA-archive/urgent-fix
Adding official mongoDB documentation for TLS
2 parents e127806 + 60f4456 commit cdc1fd7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Edit the file `beacon/connections/mongo/conf.py` and set `database_certificate`
2626

2727
* The MongoDB client certificate should be in the combined PEM format `client.key + "\n" + client.crt`
2828

29+
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/).
30+
2931
## Prerequisites
3032

3133
You should have installed:

beacon/conf/api_version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
api_version: v2.0-6bb8796
1+
api_version: v2.0-e127806

0 commit comments

Comments
 (0)