diff --git a/e2e/openssl/openssl_test.go b/e2e/openssl/openssl_test.go index 77022f390..26dad526f 100644 --- a/e2e/openssl/openssl_test.go +++ b/e2e/openssl/openssl_test.go @@ -24,7 +24,8 @@ This tests an OpenSSL deployment on Nunki. It does so by: - Templating the container image into the deployment YAML. - - Exec'ing into the OpenSSL frontend, which talks mTLS to the OpenSSL backend, asserting that the connection is successful. + - Exec'ing into the OpenSSL frontend, opening an OpenSSL server and talking mTLS to the OpenSSL backend, asserting that the connection is successful. + - Exec'ing into the OpenSSL client, talking TLS to the OpenSSL frontend, asserting that the connection is successful. */ func TestOpenssl(t *testing.T) { require := require.New(t)