mirror of
https://github.com/minio/minio.git
synced 2024-04-21 12:41:46 +00:00
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