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 <me@silverwind.io>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
sam-github authored and italoacasas committed Dec 17, 2016
1 parent 8a34e60 commit 8b9131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-tls-multi-key.js
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 8b9131c

Please sign in to comment.