Add certificate generation and revokation

This commit is contained in:
nemunaire 2016-01-20 19:56:08 +01:00
parent 9324f6f5fa
commit ede5bb18b1
8 changed files with 577 additions and 2 deletions

View file

@ -14,6 +14,7 @@ type DispatchFunction func([]string, []byte) (interface{}, error)
var apiRoutes = map[string]*(map[string]DispatchFunction){
"version": &ApiVersionRouting,
"ca": &ApiCARouting,
"themes": &ApiThemesRouting,
"teams": &ApiTeamsRouting,
}