package nodeprocessor

const (
	outputCertificateValidatedKey = "certificate.validated"
	outputCertificateDaysLeftKey  = "certificate.daysLeft"
)