📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 12:21:49
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
x509
📍 /opt/alt/alt-nodejs19/root/usr/lib/node_modules/npm/node_modules.bundled/sigstore/dist/x509
🔄 Refresh
✏️
Editing: verify.d.ts
Read Only
import { x509Certificate } from './cert'; interface VerifyCertificateChainOptions { trustedCerts: x509Certificate[]; certs: x509Certificate[]; validAt?: Date; } export declare function verifyCertificateChain(opts: VerifyCertificateChainOptions): x509Certificate[]; export {};
💾 Save Changes
❌ Cancel