xxxxxxxxxx
$ ./config \
--prefix=/opt/openssl \
--openssldir=/opt/openssl \
no-shared \
-DOPENSSL_TLS_SECURITY_LEVEL=2 \
enable-ec_nistp_64_gcc_128
xxxxxxxxxx
OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit for the
Transport Layer Security (TLS) protocol formerly known as the Secure Sockets
Layer (SSL) protocol. The protocol implementation is based on a full-strength
general purpose cryptographic library, which can also be used stand-alone.
https://github.com/openssl/openssl
xxxxxxxxxx
openssl req -newkey rsa:2048 -nodes -keyout server.key -new -out server.csr
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
xxxxxxxxxx
Change `fs` version to `"fs": "^0.0.2"` ✅ from `"fs": "^0.0.1-security"` ❌ in your package.json file and run `npm i` again to update the package.