[Pkg-owncloud-commits] [owncloud-doc] 13/71: Add section for windows servers

David Prévot taffit at moszumanska.debian.org
Tue Dec 2 22:02:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit d5bb2ff7121fffb6f68965d822319728b68a65f9
Author: Carla Schroder <carla at owncloud.com>
Date:   Tue Nov 18 12:16:54 2014 -0800

    Add section for windows servers
---
 ...nfiguration.rst => encryption_configuration.rst} | 21 +++++++++++++++++++--
 admin_manual/configuration/index.rst                |  2 +-
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/admin_manual/configuration/server_side_encryption_configuration.rst b/admin_manual/configuration/encryption_configuration.rst
similarity index 93%
rename from admin_manual/configuration/server_side_encryption_configuration.rst
rename to admin_manual/configuration/encryption_configuration.rst
index b92c35b..bff1ad3 100644
--- a/admin_manual/configuration/server_side_encryption_configuration.rst
+++ b/admin_manual/configuration/encryption_configuration.rst
@@ -1,5 +1,5 @@
-Server-Side Encryption Configuration
-====================================
+Encryption Configuration
+========================
 
 ownCloud includes a server-side encryption application. The Encryption app 
 encrypts all files stored on the ownCloud server, and all files on remote 
@@ -164,3 +164,20 @@ to match on their next ownCloud login. The user will need both their old and new
 to do this. If you have enabled the Recovery Key then you can change a user's password in 
 the ownCloud Users panel to match their back-end password, and then, of course, notify the 
 user and give them their new password.
+
+Encryption on Windows Servers
+-----------------------------
+
+If you get a "Missing requirements" error message when you enable encryption on a Windows server, 
+enter the absolute location of your openSSL configuration file in ``config.php``::
+
+  'openssl' => array(
+      'config' => '/absolute/location/of/openssl.cnf',
+  ),
+  
+For example, in a typical installation it looks like this::
+
+  'openssl' => array(
+      'config' => '/Program Files (x86)\GnuWin32\share\openssl.cnf',
+  ),
+
diff --git a/admin_manual/configuration/index.rst b/admin_manual/configuration/index.rst
index c4915c0..9523e13 100644
--- a/admin_manual/configuration/index.rst
+++ b/admin_manual/configuration/index.rst
@@ -14,6 +14,7 @@ Configuration
    custom_client_configuration
    database_configuration
    email_configuration
+   encryption_configuration
    external_storage_configuration_gui
    external_storage_configuration
    file_sharing_configuration
@@ -25,7 +26,6 @@ Configuration
    previews_configuration
    reverse_proxy_configuration
    search_configuration
-   server_side_encryption_configuration
    server_to_server_configuration
    serving_static_files_configuration
    thirdparty_php_configuration

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list