Skip to content

Docker container to send commands to Certbot from within a container

License

Notifications You must be signed in to change notification settings

PieterScheffers/certbot-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certbot-server

Docker container to send commands to Certbot from within an other container

Environment variables

  • DEBUG (true/false, default: false) Should the Flask server run in debug mode?
  • TOKEN (string, default: '') When set, a token is required to get a response
  • SSL (true/false, default: false) Should the server use a self-signed certificate and only listen on https?
  • LISTEN (ip string, default: '0.0.0.0') Listening interface

GET params

  • command An uri encoded string of parameters for the certbot application
  • token The token to check for. If the environment variable TOKEN isn't set, this variable isn't used

About

Docker container to send commands to Certbot from within a container

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages