{"id":23788850,"url":"https://github.com/mohith6/certificate-broadcast","last_synced_at":"2025-07-29T15:13:41.350Z","repository":{"id":269538891,"uuid":"907727682","full_name":"mohith6/Certificate-Broadcast","owner":"mohith6","description":"Broadcasting certificates to the clients over HTTP and HTTPS protocols and validating client's certificate over HTTPS using mutual SSL authentication","archived":false,"fork":false,"pushed_at":"2024-12-24T08:53:54.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T12:34:14.776Z","etag":null,"topics":["certificates","cryptography","digitalsignature","java","publickey-authentication","rsa-encryption"],"latest_commit_sha":null,"homepage":"","language":"Java","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/mohith6.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":"2024-12-24T08:43:08.000Z","updated_at":"2024-12-24T08:56:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f113522-8abd-4938-8dc9-07e69b616814","html_url":"https://github.com/mohith6/Certificate-Broadcast","commit_stats":null,"previous_names":["mohith6/certificate-broadcast"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohith6/Certificate-Broadcast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohith6%2FCertificate-Broadcast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohith6%2FCertificate-Broadcast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohith6%2FCertificate-Broadcast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohith6%2FCertificate-Broadcast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohith6","download_url":"https://codeload.github.com/mohith6/Certificate-Broadcast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohith6%2FCertificate-Broadcast/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260945602,"owners_count":23087041,"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":["certificates","cryptography","digitalsignature","java","publickey-authentication","rsa-encryption"],"created_at":"2025-01-01T16:51:15.089Z","updated_at":"2025-06-20T12:35:12.275Z","avatar_url":"https://github.com/mohith6.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Certificate-Broadcast\nBroadcasting certificates to the clients over HTTP and HTTPS protocols and validating client's certificate over HTTPS using mutual SSL authentication\n\nGenerate the keystore and SSL certificate for the server:\nkeytool -genkeypair -v -keystore server-keystore.jks -keyalg RSA -keysize 2048 -validity 365 -storepass changeit -keypass changeit -dname \"CN=localhost\"\n\nEnabling mutual authentication:\nkeytool -genkeypair -v -keystore client-keystore.jks -keyalg RSA -keysize 2048 -validity 365 -storepass changeit -keypass changeit -dname \"CN=client\"\n\nWith the Client certificate, test the encrypted response:\ncurl --cert client-keystore.jks:changeit https://localhost:8443/broadcastCertificate\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohith6%2Fcertificate-broadcast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohith6%2Fcertificate-broadcast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohith6%2Fcertificate-broadcast/lists"}