PATH:
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
x509
import { x509Certificate } from './cert'; interface VerifyCertificateChainOptions { trustedCerts: x509Certificate[]; certs: x509Certificate[]; validAt?: Date; } export declare function verifyCertificateChain(opts: VerifyCertificateChainOptions): x509Certificate[]; export {};
[+]
..
[+]
asn1
[-] verify.js
[open]
[-] ext.d.ts
[open]
[-] verify.d.ts
[open]
[-] ext.js
[open]
[-] sct.d.ts
[open]
[-] cert.d.ts
[open]
[-] sct.js
[open]
[-] cert.js
[open]