diff --git a/integrationTests/e2e-tls/setup.js b/integrationTests/e2e-tls/setup.js index f4d6012..4ac894a 100644 --- a/integrationTests/e2e-tls/setup.js +++ b/integrationTests/e2e-tls/setup.js @@ -14,6 +14,7 @@ const clientKeyRaw = `${process.env.VAULT_CLIENT_KEY}`; (async () => { try { var caCertificate = Buffer.from(caCertificateRaw, 'base64').toString(); + console.log('CA Certificate preview:', caCertificate.substring(0, 50)) if (caCertificate == null) { throw Error("VAULTCA env not set.") }