From 9bb568543ef309149a861ee4d2506d1d4fbae751 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 20 Jan 2016 20:46:07 +0100 Subject: [PATCH] Wording adjustment As per https://github.com/owncloud/documentation/pull/2047/files#r50002706 --- developer_manual/app/code_signing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/app/code_signing.rst b/developer_manual/app/code_signing.rst index e326c45f3..66d0c54df 100644 --- a/developer_manual/app/code_signing.rst +++ b/developer_manual/app/code_signing.rst @@ -139,8 +139,8 @@ In case you lose your certificate please submit a new CSR as described above and mention that you have lost the previous one. ownCloud will revoke the old certificate. -If you're maintaining an app together with multiple people it is recommended to -designate a release manager that is responsible for the signing process as well +If you maintain an app together with multiple people it is recommended to +designate a release manager responsible for the signing process as well as the uploading to apps.owncloud.com. If there are cases where this is not feasible and multiple certificates are required ownCloud can create them on a case by case basis. We do not recommend developers to share their private key.