') //check if OneTrust is allowing "Personalized Experience Cookies" (i.e., Adobe Target) to load var adobeTargetOneTrustGroup = "PE"; function isAdobeTargetAllowed(adobeTargetOneTrustGroup) { var OptanonConsentCookie = document.cookie.match(/OptanonConsent=.*;/); return (OptanonConsentCookie && decodeURIComponent(OptanonConsentCookie[0]).includes(adobeTargetOneTrustGroup + ":1")); } if (isAdobeTargetAllowed(adobeTargetOneTrustGroup)) { //Adobe Target prehiding snippet ;(function(win, doc, style, timeout) { var STYLE_ID = 'at-body-style'; function getParent() { return doc.getElementsByTagName('head')[0]; } function addStyle(parent, id, def) { if (!parent) { return; } var style = doc.createElement('style'); style.id = id; style.innerHTML = def; parent.appendChild(style); } function removeStyle(parent, id) { if (!parent) { return; } var style = doc.getElementById(id); if (!style) { return; } parent.removeChild(style); } addStyle(getParent(), STYLE_ID, style); setTimeout(function() { removeStyle(getParent(), STYLE_ID); }, timeout); }(window, document, "body {opacity: 0 !important}", 3000)); }
What is a Certificate Chain?
What is an Intermediate Certificate?
What is the Root CA Certificate?
The chain terminates with a Root CA Certificate. The Root CA Certificate is always signed by the CA itself. The signatures of all certificates in the chain must be verified up to the Root CA Certificate.
Illustration of a certification path from the certificate owner to the Root CA, where the chain of trust begins: