InhibitAnyPolicy
RFC 5280 §4.2.1.14 Inhibit anyPolicy.
After skipCerts additional certificates in the path, the special anyPolicy OID is no longer considered a match.
ts
interface InhibitAnyPolicy {
readonly skipCerts: number;
}Properties
readonlyskipCerts:number— Number of additional certificates before anyPolicy stops being valid.