Skip to content

Ark667/AutoCertbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 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:latest

About

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

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors