{"id":22189045,"url":"https://github.com/mikunalpha/acmed","last_synced_at":"2025-06-28T08:37:32.249Z","repository":{"id":134176537,"uuid":"82646437","full_name":"mikunalpha/acmed","owner":"mikunalpha","description":"A little go daemon to get certificates of letsencrypt of your webs periodically.","archived":false,"fork":false,"pushed_at":"2017-05-26T02:58:09.000Z","size":11,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T20:19:08.969Z","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/mikunalpha.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":"2017-02-21T06:47:52.000Z","updated_at":"2023-09-08T17:21:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"829305c4-bf91-4c7a-9bac-3708c4d2e52a","html_url":"https://github.com/mikunalpha/acmed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mikunalpha/acmed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikunalpha%2Facmed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikunalpha%2Facmed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikunalpha%2Facmed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikunalpha%2Facmed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikunalpha","download_url":"https://codeload.github.com/mikunalpha/acmed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikunalpha%2Facmed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262402550,"owners_count":23305657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-12-02T11:14:36.858Z","updated_at":"2025-06-28T08:37:32.214Z","avatar_url":"https://github.com/mikunalpha.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# acmed\nA little daemon to get certificates of letsencrypt of your webs periodically.  \nModified from https://github.com/google/acme command line tool.  \n\n# Notice\nYou need to proxy the challenge request to acmed.  \nFor exmple, add proxy rule to your nginx:\n```\nlocation ^~ /.well-known/acme-challenge/ {\n  proxy_pass your_acmed_host:4402;\n}\n```\n\nYou should try staging environment of letsencrypt before using production environment. See https://letsencrypt.org/docs/staging-environment/ .  \n\nIf you modified the `acmed.json`, you need to restart the acmed.\n\n# Install\n```\ngo get -u github.com/mikunalpha/acmed\n```\n\n# Usage\nCreate a `acmed.json` file in current folder as below:\n```json\n{\n  \"server\": {\n    \"address\": \"0.0.0.0:4402\",\n    \"webs\": [{\n      \"email\": \"example@email.com\",\n      \"domain\": \"example.domain.com\",\n      \"disco\": \"https://acme-staging.api.letsencrypt.org/directory\",\n      \"remain\": 21,\n      \"bundle\": true\n    }]\n  }\n}\n```\nRun the command  \n```\n// Just once\nacmed run\n\n// Run as a daemon\nacmed server\n```\nThen a folder named `webs` should created and certificate and key of `example.domain.com` should under `webs/example.domain.com` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikunalpha%2Facmed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikunalpha%2Facmed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikunalpha%2Facmed/lists"}