package nodeprocessor

const (
	outputKeyForCertificateValidity = "certificate.validity"
	outputKeyForCertificateDaysLeft = "certificate.daysLeft"
)