{"id":48768614,"url":"https://github.com/jtauschl/moz-certs-mobileconfig","last_synced_at":"2026-04-13T09:02:52.245Z","repository":{"id":345345477,"uuid":"1173970827","full_name":"jtauschl/moz-certs-mobileconfig","owner":"jtauschl","description":"Generate and optionally sign a macOS/iOS .mobileconfig profile from Mozilla's trusted root certificates.","archived":false,"fork":false,"pushed_at":"2026-03-18T17:51:38.000Z","size":373,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-19T07:18:54.560Z","etag":null,"topics":["automation","ca-bundle","certificates","curl","ios","macos","mobileconfig","mozilla","nss","security"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtauschl.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-05T23:58:40.000Z","updated_at":"2026-03-18T17:53:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jtauschl/moz-certs-mobileconfig","commit_stats":null,"previous_names":["jtauschl/moz-certs-mobileconfig"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jtauschl/moz-certs-mobileconfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtauschl%2Fmoz-certs-mobileconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtauschl%2Fmoz-certs-mobileconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtauschl%2Fmoz-certs-mobileconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtauschl%2Fmoz-certs-mobileconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtauschl","download_url":"https://codeload.github.com/jtauschl/moz-certs-mobileconfig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtauschl%2Fmoz-certs-mobileconfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"last_error":"SSL_read: 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":["automation","ca-bundle","certificates","curl","ios","macos","mobileconfig","mozilla","nss","security"],"created_at":"2026-04-13T09:02:41.838Z","updated_at":"2026-04-13T09:02:52.239Z","avatar_url":"https://github.com/jtauschl.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# moz-certs-mobileconfig\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img/moz-certs-mobileconfig.png\" alt=\"moz-certs hero\"\u003e\n\u003c/p\u003e\n\nKeeps macOS and iOS devices up to date with Mozilla's trusted root certificates —\nuseful for systems that no longer receive Apple's own certificate updates.\n\nThe generator downloads Mozilla's CA bundle from [curl.se/ca/](https://curl.se/ca/),\nbuilds a signed or unsigned `.mobileconfig` profile, and skips regeneration if\nthe bundle hasn't changed (SHA-256 check against the existing profile).\n\nA pre-built unsigned profile is published automatically every week via GitHub Actions\nand can be installed directly from [jtauschl.github.io/moz-certs-mobileconfig](https://jtauschl.github.io/moz-certs-mobileconfig/).\n\n## Usage\n\n```bash\n./generate.sh              # unsigned – no certificate required\n./generate.sh -s|--signed  # sign with Apple Developer cert from Keychain\n./generate.sh -f|--force   # skip SHA change check, always regenerate\n```\n\nFlags can be combined: `./generate.sh --signed --force`\n\nThe output is written to `dist/moz-certs.mobileconfig`. When signing, the\ncertificate is auto-detected from the Keychain and the script accepts either\nan `Apple Development` or `Developer ID Application` identity. Set\n`SIGNING_IDENTITY` in `generate.sh` to pin a specific certificate. Unsigned\nprofiles install with a \"Not Verified\" warning but are otherwise functional.\n\n## Installation on macOS\n\nOpen `dist/moz-certs.mobileconfig`. macOS will prompt to install the profile\nunder System Settings → Privacy \u0026 Security → Profiles.\n\n## Installation on iOS\n\nTransfer or host `dist/moz-certs.mobileconfig` so it opens in Safari on iOS.\nThe profile can then be installed under Settings → General → VPN \u0026 Device\nManagement.\n\n## Requirements\n\n- `curl`, `openssl`, `python3`, `perl` (`shasum`), Internet access to curl.se\n- macOS — required for `--signed` (`security` and Keychain access are Apple-only)\n- Apple signing certificate in Keychain — only required for `--signed`\n\nUnsigned profile generation works on Linux as well.\n\n## Configuration\n\nThe signing certificate is detected automatically from the Keychain.\nTo pin a specific certificate, set `SIGNING_IDENTITY` at the top of `generate.sh`.\n\n## License\n\nScripts: [MIT](LICENSE)\n\nCertificate data: sourced from [Mozilla NSS](https://wiki.mozilla.org/CA) via\n[curl.se/ca/](https://curl.se/ca/), licensed under\n[MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtauschl%2Fmoz-certs-mobileconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtauschl%2Fmoz-certs-mobileconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtauschl%2Fmoz-certs-mobileconfig/lists"}