forked from pelican-eggs/eggs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
# minio s3 | ||
|
||
## Features | ||
|
||
Auto generate keys on server creation bypassing default minio keys | ||
|
||
## Update | ||
|
||
Auto update minio to latest version using "update" startup feature | ||
|
||
Automatic Key rotation using "rotate" startup feature | ||
|
||
## 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 | ||
|
||
|
||
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 | ||
|
||
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 |