📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 02:06:38
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
google-p12-pem
/
build
/
src
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/google-p12-pem/build/src
🔄 Refresh
✏️
Editing: index.d.ts
Writable
/** * Copyright 2018 Google LLC * * Distributed under MIT license. * See file LICENSE for detail or copy at https://opensource.org/licenses/MIT */ /** * Convert a .p12 file to .pem string * @param filename The .p12 key filename. * @param callback The callback function. * @return A promise that resolves with the .pem private key * if no callback provided. */ export declare function getPem(filename: string): Promise<string>; export declare function getPem(filename: string, callback: (err: Error | null, pem: string | null) => void): void;
💾 Save Changes
❌ Cancel