{"id":37096966,"url":"https://github.com/aacfactory/acmes","last_synced_at":"2026-01-14T11:55:44.819Z","repository":{"id":65196572,"uuid":"498174272","full_name":"aacfactory/acmes","owner":"aacfactory","description":"acme server","archived":false,"fork":false,"pushed_at":"2024-01-16T04:36:46.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-06-21T09:46:32.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aacfactory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-05-31T03:34:23.000Z","updated_at":"2022-06-01T07:31:56.000Z","dependencies_parsed_at":"2024-06-21T08:40:53.580Z","dependency_job_id":"7b4fafbb-ae3e-4cd1-941d-3e7dd1b9ea51","html_url":"https://github.com/aacfactory/acmes","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"3a8091e7ade7fa92a78699e529aa4992373d5734"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/aacfactory/acmes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aacfactory%2Facmes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aacfactory%2Facmes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aacfactory%2Facmes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aacfactory%2Facmes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aacfactory","download_url":"https://codeload.github.com/aacfactory/acmes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aacfactory%2Facmes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-14T11:55:44.146Z","updated_at":"2026-01-14T11:55:44.815Z","avatar_url":"https://github.com/aacfactory.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Acmes\nacme server\n\n## Install\n```shell\ngo install github.com/aacfactory/acmes\n```\n## Usage\nSetup ACME DNS Provider. More DNS providers is [HERE](https://go-acme.github.io/lego/dns/).\n```shell\nexport ALICLOUD_ACCESS_KEY=foo\nexport ALICLOUD_SECRET_KEY=bar\n```\nStartup server.\n```shell\nacmes serve --port 8443 \\\n  --ca ./cert.pem --cakey ./key.pem \\\n  --level debug \\\n  --store file:///some_path/store \\\n  --provider alidns \\\n  --email for@bar.com \n```\nRun in docker\n* make your self sign ca\n* choose your dns provider\n* run it\n```shell\ndocker run -d --rm --name acmes \\\n  -e ACMES_EMAIL=foo@bar.com \\\n  -e ACMES_DNS_PROVIDER=alidns \\\n  -e ALICLOUD_ACCESS_KEY=foo \\\n  -e ALICLOUD_SECRET_KEY=bar \\\n  -v $PWD/data:/data \\\n  -v $PWD/cert:/cert \\\n  wangminxiang0425/acmes:latest \n```\nUse Client in your project, see `client`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faacfactory%2Facmes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faacfactory%2Facmes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faacfactory%2Facmes/lists"}