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

42 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 protected] \
  ghcr.io/ark667/autocertbot:latest

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