Fix typo in 22.11 release notes

This commit is contained in:
Leonardo Taglialegne 2022-11-25 15:49:59 +01:00
parent 55b3f68bda
commit 6d77ca3ffd
2 changed files with 2 additions and 2 deletions

View File

@ -656,7 +656,7 @@
<literal>22.11</literal>. This is to make sure that people
using
<link xlink:href="https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/encryption_configuration.html">server-side
encryption</link> dont loose access to their files.
encryption</link> dont lose access to their files.
</para>
<para>
In any other case its safe to use OpenSSL 3 for PHPs openssl

View File

@ -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`.