$ ./minio --tls --cert <your_cert> --key <your_private_key>
This patchset also provides crypto/x509 - which is a wrapper package
to generate X509 certificates.
This is necessary to provide certificates later through management console
cli adds new global options. We'll be able to specify flags that
apply to multiple options now.
context update fixes parallelWriter function, actually writes a value out now.