netskol / nginx-gosted

Docker image with latest NGINX and openssl GOST engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx-gosted

This is a docker image based on Nginx with OpenSSL and GOST engine which supports the Russian ГОСТ crypto algorithms.

alt text alt text alt text alt text


run the container and issue some commands to check that the (gost) engine is enabled and GOST ciphers supported:

 docker run --rm -i netskol/nginx-gosted openssl engine
 docker run --rm -i netskol/nginx-gosted openssl ciphers |tr ":" "\n"| grep GOST

GOST2012-GOST8912-GOST8912
GOST2001-GOST89-GOST89

Usage Example

Edit docker-compose YAML file according to your needs and start the project:

docker-compose up -d

Images tagged latest and 1.19.6 tested with CryptoPro 5.0 ,so far only tls1.0 works. Images from the branch based2018 tested with CryptoPro 5.0 and tls1-tls1.2 works.

About

Docker image with latest NGINX and openssl GOST engine.

License:MIT License


Languages

Language:Dockerfile 100.0%