UNPKG

node-opcua-pki

Version:
8 lines (7 loc) 256 B
export declare function check_system_openssl_version(): Promise<string>; /** * * return path to the openssl executable */ export declare function install_prerequisite(): Promise<string>; export declare function get_openssl_exec_path(): Promise<string>;