PATH: //opt/alt/alt-nodejs19/root/lib/node_modules/npm/node_modules.bundled/sigstore/dist/ca
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 format.d.ts
↓
X
📄 format.js
↓
X
📄 index.d.ts
↓
X
📄 index.js
↓
X
📁 verify/
X
SAVING...
BERHASIL DIUBAH!
EDITING: format.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toCertificateRequest = void 0; function toCertificateRequest(identityToken, publicKey, challenge) { return { credentials: { oidcIdentityToken: identityToken, }, publicKeyRequest: { publicKey: { algorithm: 'ECDSA', content: publicKey .export({ format: 'pem', type: 'spki' }) .toString('ascii'), }, proofOfPossession: challenge.toString('base64'), }, }; } exports.toCertificateRequest = toCertificateRequest;
SIMPAN PERUBAHAN