{"id":16189086,"url":"https://github.com/fogfish/certbot-on-aws","last_synced_at":"2025-04-02T03:31:27.131Z","repository":{"id":139268915,"uuid":"146090729","full_name":"fogfish/certbot-on-aws","owner":"fogfish","description":"Serverless integration with https://letsencrypt.org for microservices hosted on AWS","archived":false,"fork":false,"pushed_at":"2018-11-25T14:55:11.000Z","size":23,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-18T16:16:47.352Z","etag":null,"topics":["aws","dockerfile","letsencrypt","serverless"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/fogfish.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":"2018-08-25T11:43:56.000Z","updated_at":"2024-07-25T19:44:50.000Z","dependencies_parsed_at":"2024-03-30T23:31:58.373Z","dependency_job_id":null,"html_url":"https://github.com/fogfish/certbot-on-aws","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"99132095f6c624e81f5ea0ae6015b9b1c7db9b4e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogfish%2Fcertbot-on-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogfish%2Fcertbot-on-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogfish%2Fcertbot-on-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogfish%2Fcertbot-on-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fogfish","download_url":"https://codeload.github.com/fogfish/certbot-on-aws/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246751215,"owners_count":20827850,"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":["aws","dockerfile","letsencrypt","serverless"],"created_at":"2024-10-10T07:33:52.804Z","updated_at":"2025-04-02T03:31:27.125Z","avatar_url":"https://github.com/fogfish.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CertBot on AWS\n\nThe project provides a serverless integration with https://letsencrypt.org for microservices hosted on AWS.\n\nYou should only use this solution only if you are not able to utilize AWS ELB otherwise just takes a benefits from free usage of AWS Certificates service.\n\nThe project provides AWS CodeBuild scripts that obtains a wildcard certificate from Let’s Encrypt on on a machine other than target servers, using [certbot](https://certbot.eff.org) and its AWS Route53 [plugin](https://certbot-dns-route53.readthedocs.io/en/latest/). Project automates periodic code build execution that either fetches a new certificate or re-new existed one. Certificates are stored in S3 bucket within your account. \n\n## Getting Started\n\nThe latest version of all artifacts is available at `master` branch. All development, including new features and bug fixes, take place on the `master` branch using forking and pull requests. All latest artifacts are available at Docker Hub.\n\nConfigure CertBot for your domain. Please keep in-mind that following command assumes that you have access to AWS account and command-line tools.\n\n```bash\ngit clone https://github.com/fogfish/certbot-on-aws\ncd certbot-on-aws\n\nmake aws \\\n   S3=s3://my-secret-bucket-for-keys/letsencrypt \\\n   EMAIL=my@contact.email \\\n   DOMAIN=my.domain.com\n```\n\nThe command spawns serverless resources required to obtain wildcard certificate for your domain and triggers a AWS CodeBuild project for the first time. After that, renewal is triggered every 1st day of each month.\n\nYou'll find specified keys in S3 bucket!!!\n\n## Hacking\n\n* Cloud Formation [template](aws.yml) spawn all resources required by project \n* [Build specification](buildspec.yml) orchestrates `certbot` processes\n\n## License\n\nCopyright (c) 2018 Dmitry Kolesnikov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogfish%2Fcertbot-on-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffogfish%2Fcertbot-on-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogfish%2Fcertbot-on-aws/lists"}