Skip to content

Commit

Permalink
Deployed 48efa4c to 12.0 with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Dec 7, 2024
1 parent 7f5acee commit f0b3928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 12.0/search/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 12.0/setup/setup_with_s3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4445,7 +4445,7 @@ <h3 id="use-server-side-encryption-with-customer-provided-keys-sse-c-in-seafile"
sse_c_key = XiqMSf3x5ja4LRibBbV0sVntVpdHXl3P
</code></pre></div>
<p><code>sse_c_key</code> is a string of 32 characters.</p>
<p>You can generate sse_c_key with the following command</p>
<p>You can generate sse_c_key with the following command. Note that the key doesn't have to be base64 encoded. It can be any 32-character long random string. The example just show one possible way to generate such a key.</p>
<div class="highlight"><pre><span></span><code>openssl rand -base64 24
</code></pre></div>
<div class="admonition warning">
Expand Down

0 comments on commit f0b3928

Please sign in to comment.