Skip to content

a docker container for nginx with https to be used for file server, browsing and download

Notifications You must be signed in to change notification settings

pkumarbe/deploy-https-nginx-file-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

deploy-https-nginx-file-server

a docker container for nginx with https to be used for file server, browsing and download

Create certificate

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ./domain.key -out ./domain.crt -subj "/C=US/ST=State/L=City/O=Organization/CN=somename"

docker build -t my-nginx .

About

a docker container for nginx with https to be used for file server, browsing and download

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published