{"id":13702655,"url":"https://github.com/poundifdef/certmaster","last_synced_at":"2025-08-11T13:17:02.605Z","repository":{"id":207986113,"uuid":"720551044","full_name":"poundifdef/certmaster","owner":"poundifdef","description":"Automatically renew certs and install to destinations","archived":false,"fork":false,"pushed_at":"2024-07-29T16:45:15.000Z","size":1799,"stargazers_count":81,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T18:08:28.738Z","etag":null,"topics":["acme-client","certificate","dns","letsencrypt"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poundifdef.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":"2023-11-18T20:34:00.000Z","updated_at":"2024-11-24T15:15:19.000Z","dependencies_parsed_at":"2024-02-07T16:59:28.183Z","dependency_job_id":"0ceb8779-ef40-4f3b-acab-9e6f50d82cdb","html_url":"https://github.com/poundifdef/certmaster","commit_stats":null,"previous_names":["poundifdef/certmaster"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poundifdef%2Fcertmaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poundifdef%2Fcertmaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poundifdef%2Fcertmaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poundifdef%2Fcertmaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poundifdef","download_url":"https://codeload.github.com/poundifdef/certmaster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236406095,"owners_count":19143666,"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":["acme-client","certificate","dns","letsencrypt"],"created_at":"2024-08-02T21:00:40.271Z","updated_at":"2025-01-30T19:12:19.721Z","avatar_url":"https://github.com/poundifdef.png","language":"Go","funding_links":[],"categories":["Tools"],"sub_categories":["Rust"],"readme":"# Certmaster\n\nCertmaster automates the process of renewing and installing SSL certificates.\n\n1. Creates an SSL cert from Let's Encrypt\n2. Validates certs using DNS\n3. Uploads or installs SSL certs to multiple destinations\n\n## Supported DNS\n\nCertmaster uses the excellent [go-acme/lego](https://github.com/go-acme/lego) repository\nto generate certificates and automate DNS validation. They support 100+ providers, which are \nlisted [here](https://go-acme.github.io/lego/dns/).\n\n## Supported Destinations\n\n1. Email\n2. SFTP\n3. Hetzner Load Balancer\n\n## Config\n\nStart with the example [config.json](config.json) and modify it.\n\n- To configure DNS providers, create JSON of the form:\n\n    ``` json\n    {\n        \"provider\": \"route53\",\n        \"AWS_ACCESS_KEY_ID\": \"ACCESS_KEY_ID\",\n        \"AWS_SECRET_ACCESS_KEY\": \"SECRET_KEY\"\n    }\n    ```\n\n    Here, `provider` is the provider name from `go-acme/lego`'s documentation. The rest of the\n    fields are configs specific to your DNS provider.\n\n- Similarly, you configure destinations with all details required to upload. \n\n## Usage\n\nTo update the certificate, just run:\n\n```\n$ ./certmaster create --config config.json\n```\n\n### AWS Lambda\n\nThe Docker file is to use with AWS Lambda. When you invoke the function, \nyou send the same JSON payload as the normal config.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoundifdef%2Fcertmaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoundifdef%2Fcertmaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoundifdef%2Fcertmaster/lists"}