mirror of
https://github.com/parkervcp/eggs.git
synced 2025-02-09 05:33:18 +08:00
fixed heading levels
added blank lines as needed
This commit is contained in:
parent
a9bdff31c8
commit
37b981c417
@ -1,24 +1,25 @@
|
|||||||
# minio s3
|
# minio s3
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
Auto generate keys on server creation bypassing default minio keys
|
Auto generate keys on server creation bypassing default minio keys
|
||||||
|
|
||||||
## Update
|
## Update
|
||||||
|
|
||||||
Auto update minio to latest version using "update" startup feature
|
Auto update minio to latest version using "update" startup feature
|
||||||
|
|
||||||
Automatic Key rotation using "rotate" startup feature
|
Automatic Key rotation using "rotate" startup feature
|
||||||
|
|
||||||
## Auto Rotate
|
## Auto Rotate
|
||||||
|
|
||||||
It's possible to rotate your keys by changing the startup option to "rotate"
|
It's possible to rotate your keys by changing the startup option to "rotate"
|
||||||
|
|
||||||
|
|
||||||
Once this is changed restart your server and it will automatically move your current keys to old and create your new keys
|
Once this is changed restart your server and it will automatically move your current keys to old and create your new keys
|
||||||
|
|
||||||
|
|
||||||
Be sure to change your startup back to "normal" once you have started your server using "rotate". This will ensure that you don't accidentally rotate your keys twice
|
Be sure to change your startup back to "normal" once you have started your server using "rotate". This will ensure that you don't accidentally rotate your keys twice
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
Double encryption may occur if you manually manipulate files in the keys directory
|
Double encryption may occur if you manually manipulate files in the keys directory
|
||||||
|
|
||||||
#### Key rotation is handled automatically, DO NOT manually delete files in keys directory
|
### Key rotation is handled automatically, DO NOT manually delete files in keys directory
|
||||||
|
Loading…
Reference in New Issue
Block a user