1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 01:06:11 +00:00

Added remark

This commit is contained in:
M66B 2024-07-06 16:21:23 +02:00
parent 4587e3d8b3
commit a4038b0eaa

View file

@ -318,6 +318,7 @@ public class Bimi {
pparams.addCertStore(CertStore.getInstance("Collection", intermediates));
pparams.setRevocationEnabled(false);
pparams.setDate(null);
// To ignore expired certificates: pparams.setDate(cert.getNotAfter());
CertPathBuilder builder = CertPathBuilder.getInstance("PKIX");
CertPathBuilderResult path = builder.build(pparams);