{"id":20857126,"url":"https://github.com/flipperdevices/flipper-local-ssl","last_synced_at":"2026-04-14T12:33:25.721Z","repository":{"id":204464956,"uuid":"711920097","full_name":"flipperdevices/flipper-local-ssl","owner":"flipperdevices","description":"Flipper LAN SSL Deployer","archived":false,"fork":false,"pushed_at":"2023-10-30T12:51:10.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"dev","last_synced_at":"2025-03-12T13:43:57.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flipperdevices.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}},"created_at":"2023-10-30T12:49:08.000Z","updated_at":"2024-07-17T23:12:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"340144e6-ee8a-4dc8-b231-625d71b95b60","html_url":"https://github.com/flipperdevices/flipper-local-ssl","commit_stats":null,"previous_names":["flipperdevices/flipper-local-ssl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flipperdevices/flipper-local-ssl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipper-local-ssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipper-local-ssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipper-local-ssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipper-local-ssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flipperdevices","download_url":"https://codeload.github.com/flipperdevices/flipper-local-ssl/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipper-local-ssl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28029144,"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","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-18T04:36:21.088Z","updated_at":"2025-12-25T12:18:31.062Z","avatar_url":"https://github.com/flipperdevices.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flipper Let's Encrypt deployer for local hosts\n\n## About\nThis tool may be useful for deploying Let's Encrypt SSL certificates to private network. It use the certbot with the [certbot-dns-cloudflare](https://github.com/certbot/certbot/tree/master/certbot-dns-cloudflare) plugin. New certificate will be transfered to the specified host after issuing or renewing. You can add post-transfer commands to each host.\n\n## Files requirements\n1. cloudflare.ini\n2. config.json\n3. ssh keys\n\n## cloudflare.ini example\n```\ndns_cloudflare_api_token = MY_SECRET_TOKEN\n```\n\n## config.json example\n```json\n{\n  \"system\": {\n    \"email\": \"email@example.com\",\n    \"ssh_keyfile\": \".ssh/flipper-local-ssl\",\n    \"renew_delay_seconds\": 86400\n  },\n  \"gelf\": {\n      \"host\": \"gelf.example.com\",\n      \"port\": 1234,\n      \"username\": \"user\",\n      \"password\": \"pass\"\n  },\n  \"hosts\": [\n    {\n      \"hostname\": \"gw.example.com\",\n      \"ssh_port\": \"1234\",\n      \"ssh_user\": \"user\",\n      \"post_commands\": [\n          \"/certificate/remove gw.example.com-fullchain.pem_0\",\n          \"/certificate/import file-name=gw.example.com-fullchain.pem passphrase=\\\"\\\"\",\n          \"/certificate/import file-name=gw.example.com-privkey.pem passphrase=\\\"\\\"\",\n          \"/ip/service/set www-ssl certificate=gw.example.com.pem_0\"\n      ]\n    },\n    {\n      \"hostname\": \"proxmox.example.com\",\n      \"ssh_port\": \"2222\",\n      \"ssh_user\": \"user\",\n      \"post_commands\": [\n          \"sudo mv proxmox.example.com-fullchain.pem /etc/pve/local/pveproxy-ssl.pem\",\n          \"sudo mv proxmox.example.com-privkey.pem /etc/pve/local/pveproxy-ssl.key\",\n          \"sudo systemctl restart pveproxy\"\n      ]\n    }\n  ]\n}\n```\n\n## Deploying SSH keys\n```bash\nssh-keygen -f .ssh/flipper-local-ssl\nssh-copy-id -i .ssh/flipper-local-ssl.pub user@host\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipperdevices%2Fflipper-local-ssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflipperdevices%2Fflipper-local-ssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipperdevices%2Fflipper-local-ssl/lists"}