This Docker image is pre-configured with the OpenSSL GOST engine and curl utility, designed for testing websites that use GOST TLS certificates. Ideal for developers or QA engineers needing a streamlined environment to validate secure connections based on the Russian GOST encryption standard.
You can use curl
to test GOST TLS connections by specifying the --engine gost
option for the OpenSSL engine. Here's an example:
docker run --rm -i netskol/gosted curl --engine gost -vk https://<server_name>