Skip to content

Docker image with latest NGINX and openssl GOST engine.

License

Notifications You must be signed in to change notification settings

netskol/nginx-gosted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published