Skip to content

Docker image to request LetsEncrpt an SSL certificate. This certificate can be used on .Net services for example.

License

Notifications You must be signed in to change notification settings

Ark667/AutoCertbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoCertbot

Build image

docker build . -t autocertbot:latest

Launch container

docker run --rm -it \
  -p 80:80 \
  -v ${HOME}/.aspnet/https/:/home/autocertbot \
  -e CERT_PATH=/home/autocertbot/aspnetapp.pfx \
  -e CERT_PASSWORD=certPassword01 \
  -e DOMAIN=www.domain.com \
  -e EMAIL=email@domain.com \
  ghcr.io/ark667/autocertbot:main

Remove all exited containers

docker rm $(docker ps -a -f status=exited -f status=exited -q) && docker image prune --all

Remove current image

docker rmi ghcr.io/ark667/autocertbot:main --force

Debug Nginx

systemctl status nginx

About

Docker image to request LetsEncrpt an SSL certificate. This certificate can be used on .Net services for example.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages