{"id":22166298,"url":"https://github.com/alextanhongpin/node-ssl","last_synced_at":"2026-04-13T20:02:16.679Z","repository":{"id":79115133,"uuid":"113998050","full_name":"alextanhongpin/node-ssl","owner":"alextanhongpin","description":"Example on using SSL with nodejs","archived":false,"fork":false,"pushed_at":"2017-12-12T14:09:24.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T16:15:38.732Z","etag":null,"topics":["express","node","security","ssl"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/alextanhongpin.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":"2017-12-12T14:08:32.000Z","updated_at":"2017-12-12T14:09:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"81399f19-84cc-4451-b9ca-8449661ad120","html_url":"https://github.com/alextanhongpin/node-ssl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alextanhongpin/node-ssl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alextanhongpin%2Fnode-ssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alextanhongpin%2Fnode-ssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alextanhongpin%2Fnode-ssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alextanhongpin%2Fnode-ssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alextanhongpin","download_url":"https://codeload.github.com/alextanhongpin/node-ssl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alextanhongpin%2Fnode-ssl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","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":["express","node","security","ssl"],"created_at":"2024-12-02T05:18:56.489Z","updated_at":"2026-04-13T20:02:16.664Z","avatar_url":"https://github.com/alextanhongpin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node SSL/TLS\n\nMore on this [here](https://www.openssl.org/docs/manmaster/man1/req.html).\n\n## Generate Private Key\n\n```bash\n$ openssl genrsa -des3 -out server.enc.key 1024\n```\n\n## Issue a Certificate Signing Request\n\n```bash\n$ openssl req -new -key server.enc.key -out server.csr\n\n$ openssl rsa -in server.enc.key -out server.key\n\n$ openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt\n```\n\n- req: PKCS#10 certificate request and certificate generating utility\n- x509: ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falextanhongpin%2Fnode-ssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falextanhongpin%2Fnode-ssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falextanhongpin%2Fnode-ssl/lists"}