Skip to content

Commit

Permalink
Port other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Dec 11, 2024
1 parent c0ebd51 commit 9245a3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/docs/diff.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 11
slug: /diff/ # referenced in README.md and beacon
slug: /diff/ # referenced in README.md
---

# Known differences
Expand Down
3 changes: 1 addition & 2 deletions website/docs/security/tls-connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Example: `mongodb://ferretdb:27018/?tls=true&tlsCAFile=companyRootCA.pem`.

Using TLS is recommended if username and password are transferred in plain text.

In following examples, FerretDB uses TLS certificates to secure the connection.
Example certificates are found in [build/certs](https://github.com/FerretDB/FerretDB/tree/main/build/certs).
In the following examples, FerretDB uses TLS certificates to secure the connection.
The `ferretdb` server uses TLS server certificate file, TLS private key file and root CA certificate file.

```text
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v1.24/diff.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 11
slug: /diff/ # referenced in README.md and beacon
slug: /diff/ # referenced in README.md
---

# Known differences
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Example: `mongodb://ferretdb:27018/?tls=true&tlsCAFile=companyRootCA.pem`.

Using TLS is recommended if username and password are transferred in plain text.

In following examples, FerretDB uses TLS certificates to secure the connection.
Example certificates are found in [build/certs](https://github.com/FerretDB/FerretDB/tree/main/build/certs).
In the following examples, FerretDB uses TLS certificates to secure the connection.
The `ferretdb` server uses TLS server certificate file, TLS private key file and root CA certificate file.

```text
Expand Down

0 comments on commit 9245a3b

Please sign in to comment.