summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-ocsp-callback.js
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2016-12-22 11:04:59 -0800
committerSam Roberts <vieuxtech@gmail.com>2018-11-16 17:00:27 -0800
commitf770106e91f05b278c81bb0b48c2fe8d786ada57 (patch)
treeeb86eaefe435b2d2dcaee87cd02976205882c99d /test/parallel/test-tls-ocsp-callback.js
parenta56968698d28325c06f1ad0f0390b10ee218244d (diff)
downloadandroid-node-v8-f770106e91f05b278c81bb0b48c2fe8d786ada57.tar.gz
android-node-v8-f770106e91f05b278c81bb0b48c2fe8d786ada57.tar.bz2
android-node-v8-f770106e91f05b278c81bb0b48c2fe8d786ada57.zip
test: rename agent1-pfx.pem to agent1.pfx
PFX is not PEM, its binary DER. Use the same .pfx extension as test/fixtures/test_cert.pfx does. PR-URL: https://github.com/nodejs/node/pull/24374 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Diffstat (limited to 'test/parallel/test-tls-ocsp-callback.js')
-rw-r--r--test/parallel/test-tls-ocsp-callback.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-tls-ocsp-callback.js b/test/parallel/test-tls-ocsp-callback.js
index cf05f6967a..2670fefd3d 100644
--- a/test/parallel/test-tls-ocsp-callback.js
+++ b/test/parallel/test-tls-ocsp-callback.js
@@ -35,7 +35,7 @@ const assert = require('assert');
const SSL_OP_NO_TICKET = require('crypto').constants.SSL_OP_NO_TICKET;
-const pfx = fixtures.readKey('agent1-pfx.pem');
+const pfx = fixtures.readKey('agent1.pfx');
function test(testOptions, cb) {