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

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-gosted

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

alt text alt text 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-MAGMA-MAGMAOMAC
GOST2012-KUZNYECHIK-KUZNYECHIKOMAC
LEGACY-GOST2012-GOST8912-GOST8912
IANA-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

About

Docker image with latest NGINX and openssl GOST engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published