From 6d77ca3ffd69ddf5b1b233033697836b64e23712 Mon Sep 17 00:00:00 2001 From: Leonardo Taglialegne Date: Fri, 25 Nov 2022 15:49:59 +0100 Subject: [PATCH] Fix typo in 22.11 release notes --- nixos/doc/manual/from_md/release-notes/rl-2211.section.xml | 2 +- nixos/doc/manual/release-notes/rl-2211.section.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml index e4ed65984e67..b0f3688d14dc 100644 --- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml +++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml @@ -656,7 +656,7 @@ 22.11. This is to make sure that people using server-side - encryption don’t loose access to their files. + encryption don’t lose access to their files. In any other case it’s safe to use OpenSSL 3 for PHP’s openssl diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md index 14a1de27e951..72d16c4771a3 100644 --- a/nixos/doc/manual/release-notes/rl-2211.section.md +++ b/nixos/doc/manual/release-notes/rl-2211.section.md @@ -210,7 +210,7 @@ Available as [services.patroni](options.html#opt-services.patroni.enable). - The `openssl`-extension for the PHP interpreter used by Nextcloud is built against OpenSSL 1.1 if [](#opt-system.stateVersion) is below `22.11`. This is to make sure that people using [server-side encryption](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/encryption_configuration.html) - don't loose access to their files. + don't lose access to their files. In any other case it's safe to use OpenSSL 3 for PHP's openssl extension. This can be done by setting [](#opt-services.nextcloud.enableBrokenCiphersForSSE) to `false`.