{"id":23272690,"url":"https://github.com/whs/acme-docker","last_synced_at":"2026-04-29T01:34:13.874Z","repository":{"id":146620650,"uuid":"64554318","full_name":"whs/acme-docker","owner":"whs","description":"acmetool in Docker","archived":false,"fork":false,"pushed_at":"2018-06-30T14:39:13.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T10:14:45.688Z","etag":null,"topics":["acmetool","docker"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-30T16:49:19.000Z","updated_at":"2019-05-04T09:18:38.000Z","dependencies_parsed_at":"2023-04-30T23:47:06.463Z","dependency_job_id":null,"html_url":"https://github.com/whs/acme-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whs/acme-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whs%2Facme-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whs%2Facme-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whs%2Facme-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whs%2Facme-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whs","download_url":"https://codeload.github.com/whs/acme-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whs%2Facme-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32407164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acmetool","docker"],"created_at":"2024-12-19T19:18:30.806Z","updated_at":"2026-04-29T01:34:13.861Z","avatar_url":"https://github.com/whs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# acmetool on Docker\n\n**Deprecation notice:** I'm moving to [certbot](https://hub.docker.com/r/certbot/certbot/) as acmetool does not support ACME v2 (nor it would work with my DNS provider setup). This image **is no longer \nmaintained**\n\nThis image runs [acmetool](https://github.com/hlandau/acme) with cronjob to automatically renew certificates.\n\n## Usage\n\nYou need to mount `/certs` into the container, and possibly your web server. It contains acmetool's [state directory](https://github.com/hlandau/acme/blob/master/_doc/SCHEMA.md).\n\nYour web server must be configured to serve `/.well-known/acme-challenge/` from `/certs/root/.well-known/acme-challenge/`, as this is how acmetool will verify certificates.\n\nExample usage:\n\n```sh\nsudo docker run -d --name acmetool \\\n\t-v certs:/certs \\\n\twillwill/acme-docker\n```\n\nTo issue certificates, use `docker exec`:\n\n```sh\nsudo docker exec acmetool acmetool want www.example.com example.com\n```\n\n### Options\n\nFollowing environment variables are available:\n\n- **KEY_TYPE**: rsa/ecdsa (default to ecdsa)\n- **RSA_KEY_SIZE**: default to 4096\n- **ECDSA_CURVE**: nistp256/nistp384/nistp521 (default to nistp256)\n- **ACME_EMAIL**: registration email (default to nothing)\n- **ACME_SERVER**: acme endpoint (default to https://acme-v01.api.letsencrypt.org/directory)\n\n(to specify environment variable, pass `-e VARIABLE=value` to `docker run` before the image name)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhs%2Facme-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhs%2Facme-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhs%2Facme-docker/lists"}