{"id":41591496,"url":"https://github.com/opensciencegrid/osg-certificates","last_synced_at":"2026-01-24T09:31:45.892Z","repository":{"id":42617578,"uuid":"238756721","full_name":"opensciencegrid/osg-certificates","owner":"opensciencegrid","description":"Supporting files for OSG CA Certs distribution and packaging of IGTF CA Certs","archived":false,"fork":false,"pushed_at":"2025-12-01T23:49:13.000Z","size":274,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-12-04T14:19:16.127Z","etag":null,"topics":["software"],"latest_commit_sha":null,"homepage":"","language":"Perl","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/opensciencegrid.png","metadata":{"files":{"readme":"README","changelog":"CHANGES","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-06T18:31:03.000Z","updated_at":"2025-12-01T23:48:24.000Z","dependencies_parsed_at":"2022-08-22T16:10:20.843Z","dependency_job_id":"4d1c7e7d-038a-4513-a2d7-b974c350e129","html_url":"https://github.com/opensciencegrid/osg-certificates","commit_stats":null,"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"purl":"pkg:github/opensciencegrid/osg-certificates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensciencegrid%2Fosg-certificates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensciencegrid%2Fosg-certificates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensciencegrid%2Fosg-certificates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensciencegrid%2Fosg-certificates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensciencegrid","download_url":"https://codeload.github.com/opensciencegrid/osg-certificates/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensciencegrid%2Fosg-certificates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28723233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["software"],"created_at":"2026-01-24T09:31:45.269Z","updated_at":"2026-01-24T09:31:45.888Z","avatar_url":"https://github.com/opensciencegrid.png","language":"Perl","readme":"\nUpdating IGTF version:\n\n- Find and download the latest igtf-policy-installation-bundle-\u003cIGTF_VER\u003e.tar.gz\n  from https://dist.eugridpma.info/distribution/igtf/current/\n\n- copy this igtf bundle tarball to the upstream area:\n  igtf-policy-installation-bundle/\u003cIGTF_VER\u003e/igtf-policy-installation-bundle-\u003cIGTF_VER\u003e.tar.gz\n\n- update {igtf,osg}-ca-certs/upstream/igtf.upstream.source in packaging with\n  this new tarball + checksum\n\n- inside new igtf bundle, get changes from CHANGES for the latest igtf release,\n  add these changes to CHANGES here, in osg-certificates\n\n- bump the igtf_version and osg_version in rpm/{igtf,osg}-ca-certs.spec,\n  add changelog entries\n\n- commit osg-certificates changes and tag v\u003cOSG_VER\u003e.igtf.\u003cIGTF_VER\u003e;\n  push changes to opensciencegrid/osg-certificates (push master and new tag)\n  \n- update {igtf,osg}-ca-certs/upstream/osg-certificates.github.source in\n  packaging; bump all occurances of OSG_VER and IGTF_VER, and update 'hash'\n  to match the new tagged commit.\n\n  NOTE: the 'name' parameter in osg-certificates.github.source matches the\n  package name, {igtf,osg}-ca-certs, respectively.\n\n\nMaking OSG changes:\n\nAll OSG-specific stuff is done in \"build-certificates-dir.sh\" in the block\nwith the comment \"OSG Specific stuff\".\n\nCurrently the only thing here is to add letsencrypt certs, but in theory\nother certs could be added or removed from here.\n\n\nUpdating the letsencrypt tarball:\n\nIt is not necessary to update the letsencrypt tarball every time, but if\nwe want to update it we can as follows.\n\nAs is documented in rpm/osg-ca-certs.spec, you can *obtain* the latest\nletsencrypt-certificates.tar.gz with a github.source line:\n\n  type=github repo=cilogon/letsencrypt-certificates tarball=letsencrypt-certificates.tar.gz tag=master hash=...\n\nYou can use the 'fetch-dot-source' util from osg-build to download this tarball.\n\n  $ cd /tmp\n  $ echo type=github repo=cilogon/letsencrypt-certificates tarball=letsencrypt-certificates.tar.gz tag=master hash=... \u003e letsencrypt.github.source\n  $ fetch-dot-source letsencrypt.github.source\n\nYou may have to update the 'hash' parameter to match the current upstream\nmaster commit, or else run fetch-dot-source with the '-n' option to ignore\na hash mismatch.\n\nSince this is an externally controlled repo, we want to keep this source in our\nupstream source cache.  So, after downloading a new letsencrypt tarball, copy\nit to our upstream source cache, and update the\nosg-ca-certs/upstream/letsencrypt.tarball.source appropriately:\n\n  letsencrypt-certificates/git_36f6703/letsencrypt-certificates.tar.gz sha1sum=9c936fb6b6141c038b0ef58e7982cf482dfe9026\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensciencegrid%2Fosg-certificates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensciencegrid%2Fosg-certificates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensciencegrid%2Fosg-certificates/lists"}