PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/sigstore/dist/x509

Просмотр файла: verify.d.ts

import { x509Certificate } from './cert';
interface VerifyCertificateChainOptions {
    trustedCerts: x509Certificate[];
    untrustedCert: x509Certificate;
    validAt?: Date;
}
export declare function verifyCertificateChain(opts: VerifyCertificateChainOptions): x509Certificate[];
export {};

Выполнить команду


Для локальной разработки. Не используйте в интернете!