From b989977e1cdaff1e1d084c213cdb584b7400fe0d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 5 May 2015 09:02:56 +0200 Subject: [PATCH] Add encryption:status to the docs --- .../configuration_files/encryption_configuration.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_files/encryption_configuration.rst b/admin_manual/configuration_files/encryption_configuration.rst index a766941e7..0b5f9f677 100644 --- a/admin_manual/configuration_files/encryption_configuration.rst +++ b/admin_manual/configuration_files/encryption_configuration.rst @@ -177,7 +177,13 @@ occ Encryption Commands You may also use the ``occ`` command to perform encryption operations. -This is equivalent to checking **Enable server-side encryption** on your Admin +Get the current status of encryption (Is enabled? What's the default module +ID?):: + + occ encryption:status + + +This is equivalent to checking **Enable server-side encryption** on your Admin page:: occ encryption:enable @@ -247,4 +253,4 @@ their new password. .. ), .. There are many ways to configure OpenSSL, so be sure to verify your correct -.. file location. \ No newline at end of file +.. file location.