Skip to content

Commit 405b5ff

Browse files
committed
Merge remote-tracking branch 'origin/v5.2' into v5.4
2 parents 41780ba + b694564 commit 405b5ff

36 files changed

+1903
-460
lines changed

.github/workflows/RavenClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: mkdir certs
4343
- run: openssl genrsa -out certs/ca.key 2048
4444
- run: openssl req -new -x509 -key certs/ca.key -out certs/ca.crt -subj "/C=US/ST=Arizona/L=Nevada/O=RavenDB Test CA/OU=RavenDB test CA/CN=localhost/emailAddress=ravendbca@example.com"
45-
- run: openssl genrsa -out certs/localhost.key 2048
45+
- run: openssl genrsa -traditional -out certs/localhost.key 2048
4646
- run: openssl req -new -key certs/localhost.key -out certs/localhost.csr -subj "/C=US/ST=Arizona/L=Nevada/O=RavenDB Test/OU=RavenDB test/CN=localhost/emailAddress=ravendb@example.com" -addext "subjectAltName = DNS:localhost"
4747
- run: openssl x509 -req -extensions ext -extfile test/Assets/test_cert.conf -in certs/localhost.csr -CA certs/ca.crt -CAkey certs/ca.key -CAcreateserial -out certs/localhost.crt
4848
- run: cat certs/localhost.key certs/localhost.crt > certs/nodejs.pem

0 commit comments

Comments
 (0)