Skip to content

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

  • readonly skipCerts: number — Number of additional certificates before anyPolicy stops being valid.

Released under the MIT License.