Merge pull request #1106 from owncloud/add-encryption-status-occ

Add encryption:status to the docs
This commit is contained in:
Carla Schroder
2015-05-05 10:22:39 -07:00

View File

@@ -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.
.. file location.