{"id":18892385,"url":"https://github.com/hf/openrazer-sign","last_synced_at":"2025-04-14T23:31:28.997Z","repository":{"id":143824617,"uuid":"148888745","full_name":"hf/openrazer-sign","owner":"hf","description":"Sign OpenRazer drivers for UEFI on Fedora.","archived":false,"fork":false,"pushed_at":"2024-07-18T09:13:28.000Z","size":1,"stargazers_count":7,"open_issues_count":2,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-28T12:04:14.042Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/hf.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-09-15T09:37:33.000Z","updated_at":"2025-02-03T10:11:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"be3c7cdd-c1ba-4239-a326-b12793f78c80","html_url":"https://github.com/hf/openrazer-sign","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hf%2Fopenrazer-sign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hf%2Fopenrazer-sign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hf%2Fopenrazer-sign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hf%2Fopenrazer-sign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hf","download_url":"https://codeload.github.com/hf/openrazer-sign/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248978709,"owners_count":21192833,"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","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-08T08:01:46.184Z","updated_at":"2025-04-14T23:31:28.990Z","avatar_url":"https://github.com/hf.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenRazer Kernel Module Signer\n\nIt's a simple script that signs [OpenRazer](https://openrazer.github.io/) drivers \non Fedora, so they'll be usable with UEFI Secure Boot.\n\n## Setup\n\nFollow these steps before signing:\n\n 1. Modify `openssl.cnf` to match your name, etc.\n 2. Run\n    ```shell\n    openssl req -config ./openssl.cnf \\\n      -new -x509 -newkey rsa:2048 \\\n      -nodes -days 36500 -outform DER \\\n      -keyout \"MOK.priv\" \\\n      -out \"MOK.der\"\n    ```\n 3. `sudo mokutil --import MOK.der`\n 4. Reboot and import the key in EFI.\n\n## Signing\n\nFirst install the drivers however you like. Usually by `dnf install\nopenrazer-meta`. Then just run `sudo sh ./razer-sign.sh`. You have to do this\nwith every new kernel, sadly.\n\n## Security\n\nAs you're importing a custom key into EFI, obviously you shouldn't just leave\nit laying around on the internet. Back it up somewhere safe just in case.\n\n## License\n\nPublic domain. Go wild.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhf%2Fopenrazer-sign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhf%2Fopenrazer-sign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhf%2Fopenrazer-sign/lists"}