From 0938e041241a2ab38dbbef4d4eb791fc6b5909a8 Mon Sep 17 00:00:00 2001 From: RealRancor Date: Thu, 17 Mar 2016 09:44:26 +0100 Subject: [PATCH] Additions to the code signing docs. --- .../configuration_server/security_setup_warnings.rst | 8 ++++++-- admin_manual/issues/code_signing.rst | 10 +++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/admin_manual/configuration_server/security_setup_warnings.rst b/admin_manual/configuration_server/security_setup_warnings.rst index ee7343c3a..4653a98d5 100644 --- a/admin_manual/configuration_server/security_setup_warnings.rst +++ b/admin_manual/configuration_server/security_setup_warnings.rst @@ -113,9 +113,13 @@ and an heuristic is running the test which actually reproduces the bug. There are distributions such as RHEL/CentOS which have this backport still `pending `_. -Your Web server is not set up properly to resolve /.well-known/caldav/ or -/.well-known/carddav/ +Your Web server is not set up properly to resolve /.well-known/caldav/ or /.well-known/carddav/ ----------------------------------------------------------------------------------------------- Both URLs needs to be correctly redirected to the DAV endpoint of ownCloud. Please refer to :ref:`service-discovery-label` for more info. + +Some files have not passed the integrity check +---------------------------------------------- + +Please refer to the :ref:`code_signing_fix_warning_label` documentation how to debug this issue. \ No newline at end of file diff --git a/admin_manual/issues/code_signing.rst b/admin_manual/issues/code_signing.rst index 5fa78472e..b2b9d54f0 100644 --- a/admin_manual/issues/code_signing.rst +++ b/admin_manual/issues/code_signing.rst @@ -49,6 +49,8 @@ Is Code Signing Mandatory For Apps? Code signing is optional for all third-party applications. Applications with a tag of "Official" on apps.owncloud.com require code signing. +.. code_signing_fix_warning_label: + Fixing Invalid Code Integrity Messages -------------------------------------- @@ -59,6 +61,8 @@ ownCloud Web interface: .. image:: images/code-integrity-notification.png :alt: Code integrity warning banner. +.. note:: The yellow banner is only shown for admin users. + Clicking on this link will take you to your ownCloud admin page, which provides the following options: @@ -172,6 +176,8 @@ https://owncloud.org/support/. After fixing these problems verify by clicking Errors ------ +.. warning:: Please don't modify the mentioned ``signature.json`` itself. + The following errors can be encountered when trying to verify a code signature. - ``INVALID_HASH`` @@ -189,7 +195,9 @@ The following errors can be encountered when trying to verify a code signature. - ``EXTRA_FILE`` - The file does not exist in ``signature.json``. This usually happens when a - file has been removed and ``signature.json`` has not been updated. + file has been removed and ``signature.json`` has not been updated. It also + happens if you have placed additional files in your ownCloud installation + folder. - ``EXCEPTION``