aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cert.go
Commit message (Collapse)AuthorAgeFilesLines
* 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