mirror of https://github.com/lukechilds/node.git
Browse Source
The pfx file created by pkcs12 command of openssl causes an error in FIPS mode because its certificate is encrypted with RC2 by default. Adding `-descert` option resolves the error. Fix: https://github.com/nodejs/node/pull/5144 Fix: https://github.com/nodejs/node/pull/5109 PR-URL: https://github.com/nodejs/node/pull/5150 Reviewed-By: Rich Trott <rtrott@gmail.com>v4.x
Shigeki Ohtsu
9 years ago
committed by
Myles Borins
3 changed files with 1 additions and 5 deletions
Binary file not shown.
Loading…
Reference in new issue