Skip to content

Commit

Permalink
Update developer.rst (#1457)
Browse files Browse the repository at this point in the history
private key* .

It said private certificate in the documentation

Signed-off-by: Mark West <66728126+MWest2020@users.noreply.github.com>
  • Loading branch information
MWest2020 authored Sep 6, 2024
1 parent 0bbde79 commit 7f7ca32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Then change into the directory::

cd ~/.nextcloud/certificates/

and generate your private certificate and CSR::
and generate your private key and CSR::

openssl req -nodes -newkey rsa:4096 -keyout APP_ID.key -out APP_ID.csr -subj "/CN=APP_ID"

Expand Down

0 comments on commit 7f7ca32

Please sign in to comment.