testcontainers-go
testcontainers-go copied to clipboard
[Feature]: Complete the TLS example
Problem
The creating and using self-signed TLS certs documentation is incomplete: https://golang.testcontainers.org/features/tls/
The last paragraph mentions not just creating a cert, but also showing how to use it between client and server: https://github.com/testcontainers/testcontainers-go/blob/1da427755426688bdc3e53bf0a1747eebca7b3ee/docs/features/tls.md?plain=1#L9
This is missing.
Solution
Complete the example.
Benefit
The example would be correct and complete, so that people can follow it.
Alternatives
Continue having partial documentaiton.
Would you like to help contributing this feature?
No