# Functions

NewCertificate returns a self signed certificate generated for the specified DNS names or alternatively an error.
NewCertificateFromDirectory returns a certificate by reading the corresponding certificate files from the specified directory path or alternatively an error.
NewCertificateFromFileContents returns a certificate by mapping the specified certificate file name keys and content values to the certificate fields.
NewRenewer returns a certificate renewer configured to the specified values.
NewWebhookCertifier returns an object which can manage the generation and renewal of a certificate based on a webhook configuration.

# Structs

Certificate describes an x509 certificate.
Renewer handles the automatic renewal of certificates.
WebhookCertifier handles the generation and renewal of webhook certificates.

# Type aliases

AfterCheckFunctionType is the function signature for functions run if the check was triggered from outside or after the certificate was renewed.