mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Additions to the code signing docs.
This commit is contained in:
@@ -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
|
||||
<https://bugzilla.redhat.com/show_bug.cgi?id=1241172>`_.
|
||||
|
||||
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.
|
||||
@@ -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``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user