{"id":26156971,"url":"https://github.com/throwaway96/webos1-bindca","last_synced_at":"2025-08-19T10:16:45.066Z","repository":{"id":267219454,"uuid":"728100485","full_name":"throwaway96/webos1-bindca","owner":"throwaway96","description":"Scripts I use on webOS 1, mostly for updating certificates","archived":false,"fork":false,"pushed_at":"2023-12-06T08:58:44.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-11T14:50:19.703Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"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/throwaway96.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":"2023-12-06T08:24:26.000Z","updated_at":"2024-06-09T15:12:42.000Z","dependencies_parsed_at":"2024-12-09T05:26:34.771Z","dependency_job_id":"84b655aa-8108-4d04-bc9a-3e278be4b0d0","html_url":"https://github.com/throwaway96/webos1-bindca","commit_stats":null,"previous_names":["throwaway96/webos1-bindca"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/throwaway96/webos1-bindca","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/throwaway96%2Fwebos1-bindca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/throwaway96%2Fwebos1-bindca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/throwaway96%2Fwebos1-bindca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/throwaway96%2Fwebos1-bindca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/throwaway96","download_url":"https://codeload.github.com/throwaway96/webos1-bindca/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/throwaway96%2Fwebos1-bindca/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271135426,"owners_count":24705102,"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-08-19T02:00:09.176Z","response_time":63,"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":"2025-03-11T09:36:43.672Z","updated_at":"2025-08-19T10:16:45.025Z","avatar_url":"https://github.com/throwaway96.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webos1-bindca\nScripts to make using webOS 1 less painful.\n\n## Instructions\n\n### `05-date`\nThe date isn't being set properly on my webOS 1 dev board, which causes issues with certificate validity (among other things). I don't feel like figuring out why right now, so I just forced it to a more recent date on boot.\n\nPut this script in `/var/lib/webosbrew/init.d` to make it run on boot. Make sure it's executable.\n\n### `50-rebindca`\nRemounts the modified CA certificate stores created by `bindca.sh`. `BIND_BASE` must match what's used in `bindca.sh`.\n\nPut this script in `/var/lib/webosbrew/init.d` to make it run on boot. Make sure it's executable.\n\n### `bindca.sh`\nRun this once to set up copies of the system CA certificate stores with the ISRG X1 and X2 (Let's Encrypt) roots added. The copied directories will be created under `BIND_BASE`, which is set to `/var/lib/webosbrew/bindca` by default. `c_rehash` needs to be in the current directory and executable.\n\nDon't set this one up to automatically run on boot.\n\nBased on [50-customca](https://gist.github.com/Informatic/d7bcdd59eac16ffbffd3a5b5c24b4195) by [Piotr Dobrowolski](https://gist.github.com/Informatic).\n\n### `c_rehash`\nThis is used by `bindca.sh`. It must have execute permission and be in the current directory when `bindca.sh` is run.\n\nThe author of `c_rehash` is Ben Secrest. It is a shell script reimplementation of the original Perl `c_rehash` that was part of OpenSSL.\nIt was obtained from [OpenEmbedded](https://github.com/openembedded/openembedded-core/blob/rocko/meta/recipes-connectivity/openssl/openssl-1.0.2o/openssl-c_rehash.sh).\nIt's licensed separately from the scripts written by me and seems to use the OpenSSL license.\n\n## License\nThis program is free software: you can redistribute it and/or modify it under\nthe terms of the GNU Affero General Public License as published by the Free\nSoftware Foundation, either version 3 of the License, or (at your option) any\nlater version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE. See the GNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License along\nwith this program. If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\nSee `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrowaway96%2Fwebos1-bindca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthrowaway96%2Fwebos1-bindca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrowaway96%2Fwebos1-bindca/lists"}