You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ Or the site does not correctly install the intermediate certificates.
14
14
15
15
Typically you encounter these at the last minute, and usually, the server is not in your control; hence you cannot modify the certificate installation, and it is challenging to change code at that time.
16
16
17
-
This module is designed to make all SSL sites that work with Mozilla compatible with nodejs.
18
-
19
17
### Node js added an Environment variable to address this issue:
@@ -25,7 +23,9 @@ When set, the well known "root" CAs (like VeriSign) will be extended with the ex
25
23
26
24
However, it is cumbersome to create the PEM file for missing certificates manually and it can be a security issue if untrusted certificates are accidentally included.
27
25
28
-
### This module downloads and creates a PEM file from https://www.ccadb.org/resources (Common CA Database) used by Mozilla
26
+
#### This module is designed to make all SSL sites that work with Mozilla Browser compatible with your nodejs script.
27
+
28
+
#### It downloads and creates a PEM file from https://www.ccadb.org/resources (Common CA Database) used by Mozilla
This is useful when you want to run as root or listen on privilege port like 80. Since in those situations the above environment variable does not work.
0 commit comments