Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.32 KB

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