UNPKG
node-opcua-pki
Version:
beta (4.0.0-beta.9)
latest (6.17.0)
6.17.0
6.16.0
6.15.0
6.14.0
6.13.0
6.12.2
6.12.1
6.12.0
6.11.1
6.11.0
6.10.2
6.10.1
6.10.0
6.9.0
6.8.2
6.8.1
6.8.0
6.7.3
6.7.2
6.7.1
6.7.0
6.6.0
6.5.1
6.5.0
6.4.0
6.3.0
6.2.0
6.1.0
6.0.0
5.7.0
5.6.0
5.5.0
5.4.0
5.3.0
5.2.0
5.1.0
5.0.0
4.18.0
4.17.0
4.16.1
4.16.0
4.15.0
4.14.0
4.13.1
4.13.0
4.12.0
4.11.1
4.11.0
4.10.0
4.9.0
4.8.1
4.8.0
4.7.0
4.6.0
4.5.0
4.4.0
4.3.0
4.2.1
4.2.0
4.1.1
4.1.0
4.0.2
4.0.1
4.0.0
4.0.0-beta.9
4.0.0-beta.8
4.0.0-beta.7
4.0.0-beta.6
4.0.0-beta.5
4.0.0-beta.4
4.0.0-beta.3
4.0.0-beta.2
4.0.0-beta.1
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.19.1
2.19.0
2.18.4
2.18.3
2.18.2
2.18.1
2.18.0
2.17.0
2.16.0
2.15.4
2.15.3
2.15.2
2.15.1
2.15.0
2.14.2
2.14.1
2.14.0
2.13.0
2.12.1
2.12.0
2.11.2
2.11.1
2.11.0
2.10.0
2.9.8
2.9.7
2.9.6
2.9.5
2.9.4
2.9.3
2.9.2
2.9.1
2.9.0
2.8.0
2.7.0
2.6.1
2.6.0
2.5.0
2.4.0
2.3.0
2.2.2
2.2.1
2.2.0
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.2
1.0.0-beta.1
0.0.31
0.0.30
0.0.29
0.0.28
0.0.27
0.0.26
0.0.25
0.0.24
0.0.23
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.4
0.0.3
PKI management for node-opcua
github.com/node-opcua/node-opcua-pki
node-opcua/node-opcua-pki
node-opcua-pki
/
dist
/
lib
/
toolbox
/
with_openssl
/
install_prerequisite.d.ts
8 lines
(7 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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
>;