# Variables
ErrCertExists is returned if a create is called on an existing cert.
ErrCertNotFound means the cert id was not found in the repo.
# Interfaces
Repository provides an interface for persisting certificates.
Service provides an interface for all business operations on the Cert model.