We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82db2c commit a858dcaCopy full SHA for a858dca
test/support/gencert.sh
@@ -10,7 +10,7 @@ CERT_PATH="./test/fixtures/server.crt"
10
SUBJ="/C=US/ST=Illinois/L=Chicago/O=node-express-session/CN=express-session.local"
11
12
if [[ "$OS" == MINGW* || "$OS" == MSYS* ]]; then
13
- SUBJ="\/C=US/ST=Illinois/L=Chicago/O=node-express-session/CN=express-session.local"
+ SUBJ=/"/C=US/ST=Illinois/L=Chicago/O=node-express-session/CN=express-session.local"
14
fi
15
16
openssl req -x509 -nodes -newkey rsa:2048 -keyout ./test/fixtures/server.key -out ./test/fixtures/server.crt -days 3650 \
0 commit comments