mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Update occ_command.rst
fixed certificate commands Signed-off-by: phieber <phieber@users.noreply.github.com>
This commit is contained in:
@@ -1038,11 +1038,11 @@ This example lists your installed certificates::
|
||||
|
||||
Import a new certificate::
|
||||
|
||||
sudo -u www-data php occ security:import /path/to/certificate
|
||||
sudo -u www-data php occ security:certificates:import /path/to/certificate
|
||||
|
||||
Remove a certificate::
|
||||
|
||||
sudo -u www-data php occ security:remove [certificate name]
|
||||
sudo -u www-data php occ security:certificates:remove [certificate name]
|
||||
|
||||
.. _trashbin_label:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user