Skip to content

Commit

Permalink
test: tls key/cert ordering not necessary
Browse files Browse the repository at this point in the history
PR-URL: #9800
Reviewed-By: Roman Reiss <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
sam-github authored and MylesBorins committed Jan 24, 2017
1 parent 5421d6e commit 761ae95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-tls-multi-key.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ var fs = require('fs');

var options = {
key: [
fs.readFileSync(common.fixturesDir + '/keys/ec-key.pem'),
fs.readFileSync(common.fixturesDir + '/keys/agent1-key.pem'),
fs.readFileSync(common.fixturesDir + '/keys/ec-key.pem')
],
cert: [
fs.readFileSync(common.fixturesDir + '/keys/agent1-cert.pem'),
Expand Down

0 comments on commit 761ae95

Please sign in to comment.