{"id":20739959,"url":"https://github.com/eduinlight/lego-route53-auto","last_synced_at":"2026-05-05T15:39:10.458Z","repository":{"id":245744414,"uuid":"819070545","full_name":"eduinlight/lego-route53-auto","owner":"eduinlight","description":"Docker compose configuration to create tls certificates for https. Automate certificates renovation.","archived":false,"fork":false,"pushed_at":"2024-06-25T19:00:56.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T01:43:46.308Z","etag":null,"topics":["alpine","crontab","docker","docker-compose","https","lego"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/eduinlight.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":"2024-06-23T17:34:16.000Z","updated_at":"2024-06-25T19:00:59.000Z","dependencies_parsed_at":"2024-06-23T21:24:38.467Z","dependency_job_id":"cc195ee5-116f-46ce-b594-5e285952ac8c","html_url":"https://github.com/eduinlight/lego-route53-auto","commit_stats":null,"previous_names":["eduinlight/lego-route53-auto"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduinlight%2Flego-route53-auto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduinlight%2Flego-route53-auto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduinlight%2Flego-route53-auto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduinlight%2Flego-route53-auto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eduinlight","download_url":"https://codeload.github.com/eduinlight/lego-route53-auto/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243030772,"owners_count":20224663,"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":["alpine","crontab","docker","docker-compose","https","lego"],"created_at":"2024-11-17T06:26:50.096Z","updated_at":"2026-05-05T15:39:10.405Z","avatar_url":"https://github.com/eduinlight.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lego route53 automated\n\n- Docker configuration to create tls certificates for https.\n- Automatic certificates renovation.\n\n## Tools\n\n- [Lego](https://go-acme.github.io/lego/)\n- [crond](https://www.linux.org/docs/man8/cron.html)\n\n## Environment variables\n\n```BASH\n# Email value to use in the certificate creation\nCERTIFICATE_EMAIL=\"email here\"\n# Domain where the certificate is available\nDOMAIN=\"domain here\"\n\n# Aws iam credentials. Follow lego documentation for route53\n# https://go-acme.github.io/lego/dns/route53/\n#\nAWS_ACCESS_KEY_ID=\"your key id\"\nAWS_SECRET_ACCESS_KEY=\"your secret access key\"\nAWS_REGION=\"aws region\"\nAWS_HOSTED_ZONE_ID=\"your hosted zone id\"\n```\n\n## Example with `docker-compose`\n\n```YAML\nservices:\n  cron:\n    image: lego-route53-auto\n    container_name: lego-route53-auto\n    build:\n      context: .\n    restart: unless-stopped\n    volumes:\n      - ./certs:/root/certs\n    environment:\n      - CERTIFICATE_EMAIL=${CERTIFICATE_EMAIL}\n      - DOMAIN=${DOMAIN}\n      - AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}\n      - AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}\n      - AWS_REGION=${AWS_REGION}\n      - AWS_HOSTED_ZONE_ID=${AWS_HOSTED_ZONE_ID}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduinlight%2Flego-route53-auto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feduinlight%2Flego-route53-auto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduinlight%2Flego-route53-auto/lists"}