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:
|
In the following example we are going to start an HTTP server with a self-signed certificate. |
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
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:
testcontainers-go/docs/features/tls.md
Line 9 in 1da4277
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