{"id":19065482,"url":"https://github.com/menci/acme","last_synced_at":"2025-07-16T21:14:14.134Z","repository":{"id":46992323,"uuid":"402832431","full_name":"Menci/acme","owner":"Menci","description":"Issue free SSL certs on GitHub Actions with acme.sh.","archived":false,"fork":false,"pushed_at":"2024-12-07T19:05:43.000Z","size":23,"stargazers_count":48,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-19T22:38:48.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Menci.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}},"created_at":"2021-09-03T16:25:55.000Z","updated_at":"2025-06-03T01:19:00.000Z","dependencies_parsed_at":"2023-02-19T17:50:22.500Z","dependency_job_id":null,"html_url":"https://github.com/Menci/acme","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Menci/acme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Menci%2Facme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Menci%2Facme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Menci%2Facme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Menci%2Facme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Menci","download_url":"https://codeload.github.com/Menci/acme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Menci%2Facme/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262699133,"owners_count":23350246,"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-11-09T00:50:25.326Z","updated_at":"2025-06-30T02:34:29.531Z","avatar_url":"https://github.com/Menci.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action for acme.sh\n\nIssue SSL certificate with acme.sh's DNS API mode.\n\nYou probably want to use this action in a private repo, to upload your issued SSL certificate to repo.\n\n# Usage\n\n```yaml\njobs:\n  issue-ssl-certificate:\n    name: Issue SSL certificate\n    runs-on: ubuntu-latest\n    steps:\n      - uses: Menci/acme@v1\n        with:\n          version: 3.0.2\n\n          # Register your account and try issue a certificate with DNS API mode\n          # Then fill with the output of `tar cz ca account.conf | base64 -w0` running in your `~/.acme.sh`\n          account-tar: ${{ secrets.ACME_SH_ACCOUNT_TAR }}\n\n          domains: example.com example.net example.org example.edu\n          domains-file: ''\n          append-wildcard: true\n\n          arguments: --dns dns_cf --challenge-alias example.com\n          arguments-file: ''\n\n          output-cert: output/cert.pem\n          output-fullchain: output/fullchain.pem\n          output-key: output/key.pem\n          output-pfx: output/certificate.pfx\n          output-pfx-password: qwq\n\n          # uninstall: true # Uninstall acme.sh after this action by default\n```\n\n# Notice\n\nIf you issue a certificate with too many domains with DNS alias mode. The TXT records' length will likely exceed the DNS provider's limit and fails ([acmesh-official/acme.sh#3748](https://github.com/acmesh-official/acme.sh/issues/3748)). To workaround this, this action will run acme.sh **multiple times** and issue a smaller certificate each time (so we can verify a smaller amount of domains each time). The result certificate will be fine.\n\n# See also\n\nYou can deploy your newly issued SSL certificate to Azure Web App with the [Deploy SSL certificate to Azure Web App](https://github.com/marketplace/actions/deploy-ssl-certificate-to-azure-web-app) action.\n\nYou can deploy your newly issued SSL certificate to Aliyun Certificates Service and Aliyun CDN with the [Deploy SSL certificate to Aliyun](https://github.com/marketplace/actions/deploy-ssl-certificate-to-aliyun) action.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmenci%2Facme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmenci%2Facme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmenci%2Facme/lists"}