mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #6970 from hellfi/patch-2
occ command to reset bruteforce attempts
This commit is contained in:
@@ -1025,12 +1025,18 @@ Run the ``maintenance:theme:update`` command if the icons of your custom theme a
|
||||
Security
|
||||
--------
|
||||
|
||||
Use these commands to manage server-wide SSL certificates. These are useful when you create federation shares with other Nextcloud servers that use self-signed certificates::
|
||||
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::
|
||||
|
||||
security
|
||||
security:bruteforce:reset resets brute-force attemps for given IP address
|
||||
security:certificates list trusted certificates
|
||||
security:certificates:import import trusted certificate
|
||||
security:certificates:remove remove trusted certificate
|
||||
|
||||
Reset an IP::
|
||||
|
||||
sudo -u www-data php occ security:bruteforce:reset [IP address]
|
||||
|
||||
|
||||
This example lists your installed certificates::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user