Skip to content

Instantly share code, notes, and snippets.

@c18s
Last active April 24, 2019 08:54
Show Gist options
  • Save c18s/8032837cb4304dab3795bd18f14ad550 to your computer and use it in GitHub Desktop.
Save c18s/8032837cb4304dab3795bd18f14ad550 to your computer and use it in GitHub Desktop.
acme.sh docker compose
## --- Docker Compose ---
version: '2'
services:
acme.sh:
image: neilpang/acme.sh container_name: acme.sh
restart: always
environment:
- Namecom_Username=
- Namecom_Token=
volumes:
- ./ssl:/acme.sh
command: daemon
logging:
driver: "json-file"
options:
max-size: "50k"
max-file: "1"
# docker exec acme.sh --issue --dns dns_namecom -d domain.ltd -d *.domain.ltd
## EOF
@c18s
Copy link
Author

c18s commented Apr 18, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment