package signing import "crypto/x509" type Repository interface { StoreCertificate(certificate *x509.Certificate) error }