mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update occ_command.rst
fixed certificate commands Signed-off-by: phieber <phieber@users.noreply.github.com>
This commit is contained in:
parent
6ff95fdfbb
commit
a97e85c886
@ -1032,11 +1032,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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user