containerized ACME client
Go to file
dave e4b4acc6c7 Initial commit 2017-07-19 21:51:22 -07:00
Dockerfile Initial commit 2017-07-19 21:51:22 -07:00
README.md Initial commit 2017-07-19 21:51:22 -07:00
crontab Initial commit 2017-07-19 21:51:22 -07:00
simplewrapper.py Initial commit 2017-07-19 21:51:22 -07:00
start Initial commit 2017-07-19 21:51:22 -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