mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #8791 from nextcloud/backport/8718/stable22
[stable22] Update occ_command.rst
This commit is contained in:
commit
13ee29b012
@ -1034,11 +1034,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