Skip to content

Commit ae7366f

Browse files
authored
Merge pull request #10401 from nextcloud/backport/10400/stable26
[stable26] fix(admin): command box formatting in SSE-C section
2 parents 6718df6 + 9cb1ccf commit ae7366f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

admin_manual/configuration_files/primary_storage.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ Nextcloud supports server side encryption, also known as `SSE-C <http://docs.aws
213213

214214
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:
215215

216-
::
216+
::
217+
217218
openssl rand 32 | base64
218219

219220

0 commit comments

Comments
 (0)