📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 00:48:38
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
ca
📍 /opt/alt/alt-nodejs19/root/usr/lib/node_modules/npm/node_modules.bundled/sigstore/dist/ca
🔄 Refresh
✏️
Editing: index.d.ts
Read Only
/// <reference types="node" /> /// <reference types="node" /> import { KeyObject } from 'crypto'; export interface CA { createSigningCertificate: (identityToken: string, publicKey: KeyObject, challenge: Buffer) => Promise<string[]>; } export interface CAClientOptions { fulcioBaseURL: string; } export declare class CAClient implements CA { private fulcio; constructor(options: CAClientOptions); createSigningCertificate(identityToken: string, publicKey: KeyObject, challenge: Buffer): Promise<string[]>; }
💾 Save Changes
❌ Cancel