You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
displayMessageInDOM(event.type,"The certificate chain validation has started");
12
+
displayMessageInDOM(event.type,"The certificate chain validation has started, event_id: "+event.payload.certificate_chain_validation_id);
13
13
}elseif(event.type=="CertificateValidated"){
14
-
displayMessageInDOM(event.type,"A certificate has been validated, certificate_hash: "+event.payload.certificate_hash);
14
+
displayMessageInDOM(event.type,"A certificate has been validated, certificate_hash: "+event.payload.certificate_hash+", event_id: "+event.payload.certificate_chain_validation_id);
15
15
}elseif(event.type=="CertificateChainValidated"){
16
-
displayMessageInDOM(event.type,"The certificate chain is valid");
16
+
displayMessageInDOM(event.type,"The certificate chain is valid, event_id: "+event.payload.certificate_chain_validation_id);
0 commit comments