/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
google-p12-pem
/
build
/
src
/
/var/www/greso.tech/server/nsm/node_modules/google-p12-pem/build/src
mkdir
upload
Name
Size
Mode
Actions
bin/
-
0755
rm
index.d.ts
561
0644
edit
dl
rm
index.js
1540
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/google-p12-pem/build/src/index.d.ts
(561B)
/** * 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
cmd:
run