Replace hardcoded test certs with generated certs #282
Labels
impact:low
Long-term priority, unless it's a quick fix.
Team:Elastic-Agent-Control-Plane
Label for the Agent Control Plane team
Some of our tests in tlscommon use hardcoded cert/key pairs:
elastic-agent-libs/transport/tlscommon/tls_test.go
Lines 559 to 589 in 55121c5
These should be replaced with certs that are generated for the test.
Ideally we would also regenerate cert/key pairs for tests involving encrypted private key certs as well.
The text was updated successfully, but these errors were encountered: