Skip to content

Commit

Permalink
Merge pull request #30 from EGA-archive/urgent-fix
Browse files Browse the repository at this point in the history
Adding official mongoDB documentation for TLS
  • Loading branch information
costero-e authored Jan 9, 2025
2 parents e127806 + 60f4456 commit cdc1fd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion beacon/conf/api_version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
api_version: v2.0-6bb8796
api_version: v2.0-e127806

0 comments on commit cdc1fd7

Please sign in to comment.