From f1fbda89ab4ef3e1aa0179f3e2db38f64351216c Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 9 Oct 2025 08:58:22 -0400 Subject: [PATCH] docs(encryption): Add links to `occ encryption` in cmd ref guide Added a tip for further encryption command examples and details. Signed-off-by: Josh --- admin_manual/configuration_files/encryption_configuration.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/configuration_files/encryption_configuration.rst b/admin_manual/configuration_files/encryption_configuration.rst index 4b9b577c5..c356e67a3 100644 --- a/admin_manual/configuration_files/encryption_configuration.rst +++ b/admin_manual/configuration_files/encryption_configuration.rst @@ -225,6 +225,9 @@ Here is a reference table for common occ commands: * - occ encryption:fix-key-location [user] - Fix key not found errors +.. tip:: + See the :ref:`encryption_label` section of the ``occ`` reference guide for further ``encryption`` command examples and details. + **Example: Move keys to a new directory (Ubuntu Linux):** .. code-block:: bash @@ -332,6 +335,7 @@ Troubleshooting Further Reading --------------- +- :ref:`occ Command Reference: Encryption ` - `How Nextcloud uses encryption to protect your data `_ - `Technical impact of Authenticated Encryption `_ - `Nextcloud SSE Implementation Details `_