Harshavardhana
0dd3a08169
move the certPool loader function into pkg/certs ( #10239 )
4 years ago
Harshavardhana
290ad0996f
Move etcd, logger, crypto into their own packages ( #8366 )
...
- Deprecates _MINIO_PROFILER, `mc admin profile` does the job
- Move ENVs to common location in cmd/config/
5 years ago
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
6 years ago
Harshavardhana
26120d7838
Ignore permission errors on config-dir ( #6894 )
6 years ago
Harshavardhana
27258b9c54
Ensure to load only regular files for CAs ( #5612 )
...
In kubernetes statefulset like environments when secrets
are mounted to pods they have sub-directories, we should
ideally be only looking for regular files here and skip
all others.
7 years ago
Andreas Auernhammer
b85c75996d
add support for encrypted TLS private keys ( #5308 )
...
This change adds support for password-protected private keys.
If the private key is encrypted the server tries to decrypt
the key with the password provided by the env variable
MINIO_CERT_PASSWD.
Fixes #5302
7 years ago
Bala FA
8a9852220d
Make unit testable cert parsing functions. ( #3863 )
8 years ago
Bala FA
98d17d2a97
Remove globalQuiet and globalConfigDir global variables ( #3830 )
8 years ago
Karthic Rao
63f1b4fdf4
mispell fixes. ( #3100 )
8 years ago
Mateusz Gajewski
c03ce0f74a
Display SSL expiry warnings ( #2925 )
8 years ago
Harshavardhana
bccf549463
server: Move all the top level files into cmd folder. ( #2490 )
...
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
8 years ago
Brendan Ashworth
758aa21b9c
tests: add tests for certs.go and trie.go ( #2394 )
8 years ago