mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 09:16:00 +00:00
Added remark
This commit is contained in:
parent
4587e3d8b3
commit
a4038b0eaa
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue