From dfe87e0a102b456e6f6b3b6832836b219098d655 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 13 Aug 2018 10:25:33 +0200 Subject: [PATCH] Fix certificate key length in dev manual Signed-off-by: Christoph Wurst --- 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 32db63fea..0ad7f1dbd 100644 --- a/developer_manual/app/code_signing.rst +++ b/developer_manual/app/code_signing.rst @@ -116,7 +116,7 @@ Ensure that you keep all generated files to sign your application. The following 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. +1. Generate a private key and CSR: ``openssl req -nodes -newkey rsa:4096 -keyout contacts.key -out contacts.csr -subj "/CN=contacts"``. Replace "contacts" with your application identifier. 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