the CertChainPayload.CertChainOriginal field is only populated if the check_cert plugin was explicitly asked to bundle the full certificate chain (size constraints)
the CertChainPayload.CertChainSubset field should always be populated
the CertChainPayload.DNSName field may not be populated if the Server field contains a value (e.g., FQDN) that was sufficient for the check_cert plugin to retrieve the intended cert chain
CertChainPayload.CertChainOriginal
field is only populated if thecheck_cert
plugin was explicitly asked to bundle the full certificate chain (size constraints)CertChainPayload.CertChainSubset
field should always be populatedCertChainPayload.DNSName
field may not be populated if theServer
field contains a value (e.g., FQDN) that was sufficient for thecheck_cert
plugin to retrieve the intended cert chain