{"id":15602275,"url":"https://github.com/tsrivishnu/rpi-certbot-manager","last_synced_at":"2026-05-15T12:05:17.991Z","repository":{"id":148679494,"uuid":"146764049","full_name":"tsrivishnu/rpi-certbot-manager","owner":"tsrivishnu","description":"Generate SSL certificates using Letsencrypt and Certbot on RaspberryPi for domains managed under Digitalocean","archived":false,"fork":false,"pushed_at":"2020-06-17T11:21:53.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-12T19:49:59.206Z","etag":null,"topics":["certbot","digitalocean-dns","docker","letsencrypt-certificates","raspberrypi","wildcard-certificates"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tsrivishnu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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-30T14:43:48.000Z","updated_at":"2020-06-17T11:21:56.000Z","dependencies_parsed_at":"2023-05-28T15:45:31.040Z","dependency_job_id":null,"html_url":"https://github.com/tsrivishnu/rpi-certbot-manager","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/tsrivishnu/rpi-certbot-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsrivishnu%2Frpi-certbot-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsrivishnu%2Frpi-certbot-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsrivishnu%2Frpi-certbot-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsrivishnu%2Frpi-certbot-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsrivishnu","download_url":"https://codeload.github.com/tsrivishnu/rpi-certbot-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsrivishnu%2Frpi-certbot-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33066140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":["certbot","digitalocean-dns","docker","letsencrypt-certificates","raspberrypi","wildcard-certificates"],"created_at":"2024-10-03T02:40:56.724Z","updated_at":"2026-05-15T12:05:17.973Z","avatar_url":"https://github.com/tsrivishnu.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## RPI-Certbot-Manager \n\nManage SSL certificates using Letsencrypt for Domains managed on Digitalocean\n\n#### Requirements\n* RaspberryPi\n* Docker.\n* Domain managed on Digitalocean.\n* Digitalocean API access key.\n\n### Installation\n\n#### Download latest version\n\n```console\n$ wget -O rpi-certbot-manager-1.2.0.tar.gz https://github.com/tsrivishnu/rpi-certbot-manager/archive/v1.1.0.tar.gz \u0026\u0026 \\\ntar -xzvf rpi-certbot-manager-1.2.0.tar.gz \u0026\u0026 \\\nrm rpi-certbot-manager-1.2.0.tar.gz \u0026\u0026 \\\ncd rpi-certbot-manager-1.2.0\n```\n\n##### Digitalocean credentials\n\nUse the template and create the credentials file.\n```console\n$ cp config/digitalocean.ini.example config/digitalocean.ini\n```\n\nGet the API access key from digitalocean and update the\n`dns_digitalocean_token` variable in th credentials file.\n\n##### Make config\n\nThe project uses `Makefile` to ease the process of certificate generation\nand renewal.\nIt uses variables set in the file `config/.makeenv`.\nUse the template and create the file:\n\n```console\n$ cp config/.makeenv.example config/.makeenv\n```\n\nEdit this `config/.makeenv` to match your requirements.\n\n##### Certificate generation\n\n```console\n$ make generate-certificates\n```\n\n##### Cronjob to renew certificates\n\nLetEncrypt issues certificates that are valid only for 90 days.\nThe certificates need to be renewed very often.\nThis project also includes the scripts to renew the certificates\nusing a `cron` job.\nTo install the cronjob. Simple run:\n\n```console\n$ make install-renewal-cron\n```\n\n###### Renew manual\n\nIf you choose not to renew automatically, you can also run the following:\n\n```console\n$ make renew\n```\n\n##### After success hooks\n\nThe project supports running bash scripts after generating and renewing the\ncertificates.\nThese bash script can be placed (or symlinked) in the `after-success-hooks`\ndirectory.\n\n#### Running in staging mode\n\n```console\n$ make STAGING=1 renew\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsrivishnu%2Frpi-certbot-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsrivishnu%2Frpi-certbot-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsrivishnu%2Frpi-certbot-manager/lists"}