// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
ca
[ PARENT ]
EDIT :: format.d.ts
/// <reference types="node" /> /// <reference types="node" /> import { KeyObject } from 'crypto'; import { SigningCertificateRequest } from '../client/fulcio'; export declare function toCertificateRequest(identityToken: string, publicKey: KeyObject, challenge: Buffer): SigningCertificateRequest;
SAVE
CANCEL