Versions in this module Expand all Collapse all v1 v1.0.0 Aug 18, 2020 Changes in this version + type Server struct + func NewServer(privateKey crypto.PrivateKey, defaultCertificate *tls.Certificate) (*Server, error) + func (s *Server) PrepareAuthenticated() *grpc.Server + func (s *Server) PrepareEncrypted() *grpc.Server + func (s *Server) RegCertificateManagement(g *grpc.Server) + func (s *Server) RegisterNotifier(f cert.Notifier)