containerized ACME client
Go to file
dave b8dd5a2d3d Sane cron interval 2017-07-19 22:19:38 -07:00
Dockerfile Initial commit 2017-07-19 21:51:22 -07:00
README.md Place certs in another dir 2017-07-19 22:13:18 -07:00
crontab Sane cron interval 2017-07-19 22:19:38 -07:00
simplewrapper.py Place certs in another dir 2017-07-19 22:13:18 -07:00
start Place certs in another dir 2017-07-19 22:13:18 -07:00

README.md

The conf dir (-v /host/conf:/srv/acme/conf/) needs:

<domain>.com/email    email address to use for the cert request
<domain>.com/aliases  all hostnames INCLUDING <domain> for cert request

The webroot should be mounted to the real webhost's acme-challenge dir, like:

-v /host/real_webroot/.well-known/acme-challenge/:/srv/acme/webroot/.well-known/acme-challenge/

Master process logs in /srv/acme/logs/ are useful for debugging

The certs (and account.json) will be placed in /srv/acme/certs/