Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeySigner ¶
type KeySigner struct {
// contains filtered or unexported fields
}
KeySigner does the work of signing a ssh public key with the CA key.
func (*KeySigner) GenerateRevocationList ¶
func (s *KeySigner) GenerateRevocationList(certs []*store.CertRecord) ([]byte, error)
GenerateRevocationList returns an SSH key revocation list (KRL).
func (*KeySigner) SignUserKey ¶
func (s *KeySigner) SignUserKey(req *lib.SignRequest, username string) (*ssh.Certificate, error)
SignUserKey returns a signed ssh certificate.
Click to show internal directories.
Click to hide internal directories.