mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #10400 from nextcloud/fix/ssec-formatting
fix(admin): command box formatting in SSE-C section
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user