diff --git a/README.md b/README.md index 63d77cf1..aa29a213 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,11 @@ The ONLYOFFICE section of the administrative settings page will display a notifi However if you set the encryption with the _master key_, ONLYOFFICE application will work as intended. The instruction on enabling _master key_ based encryption is available in the official documentation on [ownCloud](https://doc.owncloud.org/server/administration_manual/configuration/files/encryption_configuration.html#enabling-encryption-from-the-command-line) websites. -* If you are using a self-signed certificate for your **Document Server**, ownCloud will not validate such a certificate and will not allow connection to/from **Document Server**. This issue can be solved the following way: locate the ownCloud config file (_/owncloud/config/config.php_) and open it. Insert the following section to it: +* If you are using a self-signed certificate for your **Document Server**, ownCloud will not validate such a certificate and will not allow connection to/from **Document Server**. This issue can be solved in two ways. + + You can check the '**Disable certificate verification (insecure)**' box on the ONLYOFFICE administration page, Server settings section, within your ownCloud. + + Another option is to change the ownCloud config file manually. Locate the ownCloud config file (_/owncloud/config/config.php_) and open it. Insert the following section to it: ```php 'onlyoffice' => array ( @@ -185,7 +189,9 @@ The instruction on enabling _master key_ based encryption is available in the of ) ``` - This will disable the certificate verification and allow ownCloud to establish connection with **Document Server**, but you must remember that this is a temporary insecure solution and we strongly recommend that you replace the certificate with the one issued by some CA. Once you do that, do not forget to remove the above section from ownCloud config file. + This will disable the certificate verification and allow ownCloud to establish connection with **Document Server**. + + Please remember that this is a temporary insecure solution and we strongly recommend that you replace the certificate with the one issued by some CA. Once you do that, do not forget to uncheck the corresponding setting box or remove the above section from the ownCloud config file. ## ONLYOFFICE Docs editions