From 345c25d4e34b855af4dabdfcdb91d49d5d18fd69 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 7 Sep 2016 10:59:23 +0200 Subject: [PATCH] Use proper repo --- developer_manual/app/code_signing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/code_signing.rst b/developer_manual/app/code_signing.rst index 3d97ea8ad..4dbd5ac6d 100644 --- a/developer_manual/app/code_signing.rst +++ b/developer_manual/app/code_signing.rst @@ -118,7 +118,7 @@ examples will assume that you are trying to sign an application named "contacts". 1. Generate a private key and CSR: ``openssl req -nodes -newkey rsa:2048 -keyout contacts.key -out contacts.csr -subj "/CN=contacts"``. Replace "contacts" with your application identifier. -2. Post the CSR at https://github.com/owncloud/appstore-issues, and configure +2. Post the CSR at https://github.com/nextcloud/app-certificate-requests, and configure your GitHub account to show your mail address in your profile. Nextcloud might ask you for further information to verify that you're the legitimate owner of the application. Make sure to keep the private key file (``contacts.key``)