#** This email is sent to notify a PingFederate Administrator that a certificate has expired. *# #set( $messageKeyPrefix = "message-template-cert-expire." ) #set( $globalKeyPrefix = "global." )
 
#if ($COMPANY_LOGO_EXISTS == 'true')
 
 
 
#end

$templateMessages.getMessage($globalKeyPrefix, "greetings")

$templateMessages.getMessage($messageKeyPrefix, "certExpired",$params)

$templateMessages.getMessage($messageKeyPrefix, "subjectDN",$params) ${SUBJECT_DN}
$templateMessages.getMessage($messageKeyPrefix, "serialNumber") ${SERIAL_NUMBER}
$templateMessages.getMessage($messageKeyPrefix, "expirationDate") ${EX_DATE}
$templateMessages.getMessage($messageKeyPrefix, "type") ${EX_TYPE}
$templateMessages.getMessage($messageKeyPrefix, "instanceName") ${INSTANCE_NAME}
$templateMessages.getMessage($messageKeyPrefix, "requiredAction") ${ACTION}

$templateMessages.getMessage($globalKeyPrefix, "bestRegards")
$templateMessages.getMessage($globalKeyPrefix, "pfTeam")

 
$templateMessages.getMessage($globalKeyPrefix, "footerMessage")