-
Notifications
You must be signed in to change notification settings - Fork 1
/
npm-core.1
36 lines (36 loc) · 911 Bytes
/
npm-core.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.Dd 2020-07-30
.Dt NPM-CORE 1
.Os
.Sh NAME
.Nm npm-core
.Nd the npm cryptographic core
.Sh SYNOPSIS
.Nm
.Fl e
.Nm
.Fl d Ar file
.Sh DESCRIPTION
.Nm
performs cryptographic operations on behalf of
.Xr npm 1 .
.Nm
operates in two modes:
.IP "\fBencryption\fP" 10
In encryption mode, it reads a newline terminated master password,
followed by a newline terminated password. The password is then
encrypted using the master password, and written to standard out.
.Sh CONFIGURATION
TLS parameters can be configured by modifying config.h. See
.Xr tls_config_set_protocols 3
for details on the values that various parameters can take.
.Sh SEE ALSO
.Xr ssl 3 ,
.Xr tcp 7 ,
.Xr tls_init 3
.Sh AUTHORS
.An Nihal Jere Aq Mt [email protected]
.Sh CAVEATS
Note that
.Nm
can listen on and forward to both unix-domain sockets and network sockets.
However, it can only use one backend socket and one frontend socket at a time.