aboutsummaryrefslogtreecommitdiff
path: root/cmd/cert.go
Commit message (Collapse)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
| | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version
* cmd: refactoring command nameUnknwon2017-02-27
|
* Fix import pathUnknwon2016-08-30
|
* Minor fix for go vetUnknwon2016-07-16
|
* #3045 fix DEPRECATED Action signature erorrUnknwon2016-05-12
|
* fix api brokenUnknwon2015-11-15
|
* fix import path, fix #1782Unknwon2015-10-15
|
* 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