Documentation ¶
Index ¶
- type Server
- func (s *Server) CSRs() (csrs []core.CSR)
- func (s *Server) Chan(host string) chan core.SendData
- func (s *Server) Jobs(host string) []core.Job
- func (s *Server) RemoveAllCSRs()
- func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)
- func (s *Server) Sign(host string) error
- func (s *Server) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the harkonn server
var Srv *Server
Srv represents the global server object
func (*Server) RemoveAllCSRs ¶
func (s *Server) RemoveAllCSRs()
RemoveAllCSRs deletes all pending CSRs
Click to show internal directories.
Click to hide internal directories.