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 <josh.t.richards@gmail.com>
This commit is contained in:
Josh
2025-10-09 08:58:22 -04:00
committed by backportbot[bot]
parent cdc6ea493d
commit f1fbda89ab

View File

@@ -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 <encryption_label>`
- `How Nextcloud uses encryption to protect your data <https://nextcloud.com/blog/encryption-in-nextcloud/>`_
- `Technical impact of Authenticated Encryption <https://hackerone.com/reports/108082>`_
- `Nextcloud SSE Implementation Details <encryption_details.html>`_