Skip to main content
X509CheckOptions - crypto - Node documentation
interface X509CheckOptions

Usage in Deno

import { type X509CheckOptions } from "node:crypto";

Properties

optional
subject:
"always"
| "default"
| "never"
optional
wildcards: boolean
optional
partialWildcards: boolean
optional
multiLabelWildcards: boolean
optional
singleLabelSubdomains: boolean