Skip to content

Small project to learn how to use dockerized nginx as a reverse proxy with ssl

License

Notifications You must be signed in to change notification settings

rafnak1/nginx-docker-ssl-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command used to generate the self-signed certificate: cd to proxy/ and

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout nginx-selfsigned.key -out nginx-selfsigned.crt

Once you have the certificate, just run ./build_and_run.sh.

To export the certificate to .pfx, just run:

openssl pkcs12 -export -out nginx-selfsigned.pfx -inkey nginx-selfsigned.key -in nginx-selfsigned.crt

Credits to Miladev95's article and kubernetesway's .conf file.

About

Small project to learn how to use dockerized nginx as a reverse proxy with ssl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •