From 2177d9bc260905d7d95dabbf5182328ba61ac7d9 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 19 Feb 2024 08:30:22 -0500 Subject: [PATCH 1/2] docs(admin): Revise`occ security` command section * Fix couple typos * Tidy up overview * Add link to BFP chapter Signed-off-by: Josh --- admin_manual/configuration_server/occ_command.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index bb6079c4808..fe6ef14539a 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -1109,18 +1109,21 @@ command after modifying ``config/mimetypemapping.json``. If you change a mimetype, run ``maintenance:mimetype:update-db --repair-filecache`` to apply the change to existing files. -Run the ``maintenance:theme:update`` command if the icons of your custom theme are not updated correctly. This updates the mimetypelist.js and cleares the image cache. +Run the ``maintenance:theme:update`` command if the icons of your custom theme are not +updated correctly. This updates the mimetypelist.js and cleares the image cache. .. _security_commands_label: Security -------- -Use these commands to manage server-wide SSL certificates or reset brute-force slow-downs. These are useful when you create federation shares with other Nextcloud servers that use self-signed certificates:: +Use these commands to manage server-wide security related parameters. Currently this +includes :doc:`bruteforce_configuration` and SSL certificates (the latter are useful when +creating federation connections with other Nextcloud servers that use self-signed certificates:: security - security:bruteforce:attempts list brute-force attemps for given IP address - security:bruteforce:reset resets brute-force attemps for given IP address + security:bruteforce:attempts list brute-force attempts for given IP address + security:bruteforce:reset resets brute-force attempts for given IP address security:certificates list trusted certificates security:certificates:import import trusted certificate security:certificates:remove remove trusted certificate From e35f3fbb96816ebf5344e5be953d09c7e8b4cac5 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 21 Feb 2024 08:12:12 -0500 Subject: [PATCH 2/2] Update occ_command.rst Signed-off-by: Josh --- admin_manual/configuration_server/occ_command.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index fe6ef14539a..fba7cd1ea89 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -1122,8 +1122,8 @@ includes :doc:`bruteforce_configuration` and SSL certificates (the latter are us creating federation connections with other Nextcloud servers that use self-signed certificates:: security - security:bruteforce:attempts list brute-force attempts for given IP address - security:bruteforce:reset resets brute-force attempts for given IP address + security:bruteforce:attempts show bruteforce attempts status for a given IP address + security:bruteforce:reset resets bruteforce attempts for a given IP address security:certificates list trusted certificates security:certificates:import import trusted certificate security:certificates:remove remove trusted certificate