fix(admin): command box formatting in SSE-C section

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz
2023-05-17 10:49:34 +02:00
parent 4805b35c76
commit a311084bb9

View File

@@ -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