aboutsummaryrefslogtreecommitdiff
path: root/cmd/cert.go
Commit message (Collapse)AuthorAge
* Add CommonName to the self signed certificatePaolo Borelli2015-07-11
| | | | | | 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-07
|
* Feature: Integrate crypto/tls/generate_cert.go commandUnknwon2014-09-22