mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Fix certificate key length in dev manual
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user