mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
fix(admin): command box formatting in SSE-C section
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
parent
4805b35c76
commit
c6bbdea16b
@ -213,7 +213,8 @@ Nextcloud supports server side encryption, also known as `SSE-C <http://docs.aws
|
||||
|
||||
The key can be specified with the :code:`sse_c_key` parameter which needs to be provided as a base64 encoded string with a maximum length of 32 bytes. A random key could be generated using the the following command:
|
||||
|
||||
::
|
||||
::
|
||||
|
||||
openssl rand 32 | base64
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user