From cf43fbf26194688bc1823e9a8ab13762d69b23b7 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Mon, 4 May 2020 20:42:42 +0300 Subject: [PATCH] Typo in CA verify command --- tcl_tests/ca.try | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl_tests/ca.try b/tcl_tests/ca.try index 1dac04f..0c08e63 100644 --- a/tcl_tests/ca.try +++ b/tcl_tests/ca.try @@ -92,7 +92,7 @@ test -skip {![file exists test.crl]} "Verifying corrupted CRL" { " test "Verifying CA certificate" { - grep "(cacert.pem|error|OK)" [openssl "verify -CAflie $::test::ca/cacert.pem $::test::ca/cacert.pem"] + grep "(cacert.pem|error|OK)" [openssl "verify -CAfile $::test::ca/cacert.pem $::test::ca/cacert.pem"] } 1 "error $::test::ca/cacert.pem: verification failed STDERR CONTENTS: C = RU, L = Moscow, CN = Test CA $ca_alg, O = Cryptocom, OU = OpenSSL CA, emailAddress = openssl@cryptocom.ru -- 2.39.2