{"id":22496776,"url":"https://github.com/fjctp/docker-letsencrypt","last_synced_at":"2026-02-16T06:33:32.620Z","repository":{"id":91306964,"uuid":"102972177","full_name":"fjctp/docker-letsencrypt","owner":"fjctp","description":"letsencrypt + nginx in Docker","archived":false,"fork":false,"pushed_at":"2017-11-18T22:18:41.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T11:04:25.257Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/fjctp.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-09-09T17:19:12.000Z","updated_at":"2017-11-18T22:08:48.000Z","dependencies_parsed_at":"2023-04-26T23:00:55.550Z","dependency_job_id":null,"html_url":"https://github.com/fjctp/docker-letsencrypt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fjctp/docker-letsencrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjctp%2Fdocker-letsencrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjctp%2Fdocker-letsencrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjctp%2Fdocker-letsencrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjctp%2Fdocker-letsencrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fjctp","download_url":"https://codeload.github.com/fjctp/docker-letsencrypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjctp%2Fdocker-letsencrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29501915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-06T20:14:14.095Z","updated_at":"2026-02-16T06:33:32.604Z","avatar_url":"https://github.com/fjctp.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-letsencrypt\nThis image has certbot and ngnix built-in, so getting a SSL certificate is simple.\n\n## Get a new SSL certificate\n```\ndocker run -it --rm \\\n  -v {SSL}:/etc/letsencrypt \\\n  -p 80:80 \\\n  -p 443:443 \\\n  fjctp/letsencrypt \\\n  certonly \\\n  --standalone \\\n  --non-interactive \\\n  --agree-tos \\\n  -m {YOUR_EMAIL@ABC.COM} \\\n  -d {YOUR_DOMAIN}\n```\nThe SSL certificate will be located at `{SSL}/live/{YOUR_DOMAIN}`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffjctp%2Fdocker-letsencrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffjctp%2Fdocker-letsencrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffjctp%2Fdocker-letsencrypt/lists"}