Skip to content

Commit 8b9131c

Browse files
sam-githubitaloacasas
authored andcommitted
test: tls key/cert ordering not necessary
PR-URL: #9800 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 8a34e60 commit 8b9131c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-tls-multi-key.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ var fs = require('fs');
1111

1212
var options = {
1313
key: [
14+
fs.readFileSync(common.fixturesDir + '/keys/ec-key.pem'),
1415
fs.readFileSync(common.fixturesDir + '/keys/agent1-key.pem'),
15-
fs.readFileSync(common.fixturesDir + '/keys/ec-key.pem')
1616
],
1717
cert: [
1818
fs.readFileSync(common.fixturesDir + '/keys/agent1-cert.pem'),

0 commit comments

Comments
 (0)