{"id":44871986,"url":"https://github.com/zextras/carbonio-certbot","last_synced_at":"2026-02-17T13:14:28.433Z","repository":{"id":336358553,"uuid":"585614277","full_name":"zextras/carbonio-certbot","owner":"zextras","description":"An ACME client for Carbonio","archived":false,"fork":false,"pushed_at":"2026-02-16T02:55:28.000Z","size":52,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":7,"default_branch":"devel","last_synced_at":"2026-02-16T09:49:08.730Z","etag":null,"topics":["carbonio","carbonio-component","collaboration","collaboration-suite","email","email-server","oss"],"latest_commit_sha":null,"homepage":"https://zextras.com/carbonio","language":"Shell","has_issues":false,"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/zextras.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-05T16:11:02.000Z","updated_at":"2026-02-13T10:26:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zextras/carbonio-certbot","commit_stats":null,"previous_names":["zextras/carbonio-certbot"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/zextras/carbonio-certbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-certbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-certbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-certbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-certbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zextras","download_url":"https://codeload.github.com/zextras/carbonio-certbot/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-certbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29545340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T13:00:00.370Z","status":"ssl_error","status_checked_at":"2026-02-17T12:57:14.072Z","response_time":100,"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":["carbonio","carbonio-component","collaboration","collaboration-suite","email","email-server","oss"],"created_at":"2026-02-17T13:14:27.636Z","updated_at":"2026-02-17T13:14:28.409Z","avatar_url":"https://github.com/zextras.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Carbonio Certbot\n\nCarbonio Certbot is an ACME client package for the Carbonio platform, providing automated SSL/TLS certificate management through Let's Encrypt or other ACME-compatible certificate authorities.\n\n## Quick Start\n\n### Prerequisites\n\n- Docker or Podman installed\n- Make\n\n### Building Packages\n\n```bash\n# Build packages for Ubuntu 22.04\nmake build TARGET=ubuntu-jammy\n\n# Build packages for Rocky Linux 9\nmake build TARGET=rocky-9\n\n# Build packages for Ubuntu 24.04\nmake build TARGET=ubuntu-noble\n```\n\n### Supported Targets\n\n- `ubuntu-jammy` - Ubuntu 22.04 LTS\n- `ubuntu-noble` - Ubuntu 24.04 LTS\n- `rocky-8` - Rocky Linux 8\n- `rocky-9` - Rocky Linux 9\n\n### Configuration\n\nYou can customize the build by setting environment variables:\n\n```bash\n# Use a specific container runtime\nmake build TARGET=ubuntu-jammy CONTAINER_RUNTIME=docker\n\n# Use a different output directory\nmake build TARGET=rocky-9 OUTPUT_DIR=./my-packages\n```\n\n## Installation\n\nThis package is distributed as part of the [Carbonio platform](https://zextras.com/carbonio). To install:\n\n### Ubuntu (Jammy/Noble)\n\n```bash\napt-get install carbonio-certbot\n```\n\n### Rocky Linux (8/9)\n\n```bash\nyum install carbonio-certbot\n```\n\n## Usage\n\nAfter installation, the `certbot` command is available at `/opt/zextras/common/bin/certbot`.\n\n### Obtaining a Certificate\n\n```bash\n/opt/zextras/common/bin/certbot certonly --webroot -w /opt/zextras/.well-known/acme-challenge -d yourdomain.com\n```\n\n### Automatic Renewal\n\nThe package includes a systemd timer that automatically renews certificates:\n\n```bash\n# Enable automatic renewal\nsystemctl enable carbonio-certbot.timer\nsystemctl start carbonio-certbot.timer\n\n# Check timer status\nsystemctl status carbonio-certbot.timer\n```\n\n### Manual Renewal\n\n```bash\n/opt/zextras/common/bin/certbot renew\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute to this project.\n\n## License\n\nThe build scripts, patches, and configuration files in this repository are licensed under the GNU Affero General Public License v3.0 - see the [LICENSE.md](LICENSE.md) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzextras%2Fcarbonio-certbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzextras%2Fcarbonio-certbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzextras%2Fcarbonio-certbot/lists"}