mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Add generate sse_c_key (#319)
Some checks failed
Deploy CI / deploy (push) Has been cancelled
Some checks failed
Deploy CI / deploy (push) Has been cancelled
* Add generate sse_c_key * Modify name error --------- Co-authored-by: yangheran <heran.yang@seafile.com>
This commit is contained in:
parent
02993cb9a1
commit
41915cc7e9
|
|
@ -92,7 +92,12 @@ use_https = true
|
|||
sse_c_key = XiqMSf3x5ja4LRibBbV0sVntVpdHXl3P
|
||||
```
|
||||
|
||||
`ssk_c_key` is a 32-byte random string.
|
||||
`sse_c_key` is a string of 32 characters.
|
||||
|
||||
You can generate `sse_c_key` with the following command:
|
||||
```
|
||||
openssl rand -base64 24
|
||||
```
|
||||
|
||||
## Other Public Hosted S3 Storage
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue