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.