summaryrefslogtreecommitdiffstats
path: root/cmd/cert.go
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of bin folder within makefile, enabled TiDB (#319)Thomas Boerger2016-12-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Get rid of the bin folder within the build process Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped latest make task, it is unused Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Added tidb tag to drone config Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped the cert build tag Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped useless minwinsvc build tag Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped the useless build tags from drone config Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Use cli Flags directly and not some helper funcsMatthias Loibl2016-11-091-6/+29
| | | | Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
* Made linter happy in cmd folderThomas Boerger2016-11-041-1/+2
|
* Fix import pathUnknwon2016-08-301-1/+1
|
* Minor fix for go vetUnknwon2016-07-161-2/+2
|
* #3045 fix DEPRECATED Action signature erorrUnknwon2016-05-121-1/+3
|
* fix api brokenUnknwon2015-11-151-6/+6
|
* fix import path, fix #1782Unknwon2015-10-151-1/+1
|
* Add CommonName to the self signed certificatePaolo Borelli2015-07-111-0/+1
| | | | | | Without a CN the self signed certificate is considered invalid by chrome. You can check with: openssl x509 -in cert.pem -subject -noout
* Fix #524Unknwon2014-10-071-0/+2
|
* Feature: Integrate crypto/tls/generate_cert.go commandUnknwon2014-09-221-0/+158