mirror of
https://github.com/minio/minio.git
synced 2026-02-09 20:30:14 -05:00
$ ./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
7 lines
64 B
YAML
7 lines
64 B
YAML
language: go
|
|
go: 1.1
|
|
|
|
script:
|
|
- go vet ./...
|
|
- go test -v ./...
|