Skip to content

Commit

Permalink
developer workflow docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jun 21, 2016
1 parent 1102a71 commit 988263a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/restapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To publish an app release on the app store you simply send us a download link fo

Since this implies that the download location must be trusted, the following mechanisms are in place to guarantee that the downloaded version has not been tampered with:

* You can submit a sha256sum hash in addition to the download link. The hash is validated before a user wants to install it. If you omit the hash, we generate it from the downloaded archive
* You can submit a sha256sum hash in addition to the download link. The hash is validated on the user's server when he installs it. If you omit the hash, we generate it from the downloaded archive

* You can sign your code `using a certificate <https://docs.nextcloud.org/server/9/developer_manual/app/code_signing.html>`_

Expand Down

0 comments on commit 988263a

Please sign in to comment.