Skip to content

munirmuratovic/next-docker-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js setup with Docker

SSL from Letsencrypt using Certbot and Nginx

To test if working (simulate):

docker-compose run --rm  certbot certonly --webroot --webroot-path /var/www/certbot/ --dry-run -d example.org

To update certificate for real:

docker-compose run --rm  certbot certonly --webroot --webroot-path /var/www/certbot/ -d example.org

Renew certificate

docker-compose run --rm certbot renew

Renew certificate (quiet)

docker-compose run --rm certbot renew --quiet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published