Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <mail@danielkesselberg.de>2022-06-28 23:21:37 +0300
committerGitHub <noreply@github.com>2022-06-28 23:21:37 +0300
commite4ddcc2f0a2fa78dd485690b32bae98d7b229277 (patch)
treea75c16730f1b7de09c4c3ef70a471fcca8543702
parent6ff95fdfbbe7d66c22075f7d4e42ccf5f679ad06 (diff)
parenta97e85c886c99154c4e163daee07e607e9e203b6 (diff)
Merge pull request #8790 from nextcloud/backport/8718/stable23
[stable23] Update occ_command.rst
-rw-r--r--admin_manual/configuration_server/occ_command.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst
index 14aec4711..6bce757e8 100644
--- a/admin_manual/configuration_server/occ_command.rst
+++ b/admin_manual/configuration_server/occ_command.rst
@@ -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: