{"id":19970201,"url":"https://github.com/webdeveric/webpack-serve-certificate-creator","last_synced_at":"2026-04-22T10:03:13.659Z","repository":{"id":197280926,"uuid":"698342315","full_name":"webdeveric/webpack-serve-certificate-creator","owner":"webdeveric","description":"webpack plugin to generate SSL certificate for local development","archived":false,"fork":false,"pushed_at":"2025-07-20T17:23:50.000Z","size":230,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-02T16:15:48.463Z","etag":null,"topics":["certificate","https","selfsigned","ssl","webpack","webpack-dev-server"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/webpack-serve-certificate-creator","language":"TypeScript","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/webdeveric.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-29T17:40:18.000Z","updated_at":"2025-07-20T17:23:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"9cb4088a-6dd2-45eb-9e5a-d3e5854ef51f","html_url":"https://github.com/webdeveric/webpack-serve-certificate-creator","commit_stats":null,"previous_names":["webdeveric/webpack-serve-certificate-creator"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/webdeveric/webpack-serve-certificate-creator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwebpack-serve-certificate-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwebpack-serve-certificate-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwebpack-serve-certificate-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwebpack-serve-certificate-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdeveric","download_url":"https://codeload.github.com/webdeveric/webpack-serve-certificate-creator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwebpack-serve-certificate-creator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32130776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"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":["certificate","https","selfsigned","ssl","webpack","webpack-dev-server"],"created_at":"2024-11-13T02:53:31.002Z","updated_at":"2026-04-22T10:03:13.639Z","avatar_url":"https://github.com/webdeveric.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `WebpackServeCertificateCreator`\n\n[![Node.js CI](https://github.com/webdeveric/webpack-serve-certificate-creator/actions/workflows/node.js.yml/badge.svg)](https://github.com/webdeveric/webpack-serve-certificate-creator/actions/workflows/node.js.yml)\n\n## Install\n\n```sh\npnpm add webpack-serve-certificate-creator -D\n```\n\n```sh\nnpm install webpack-serve-certificate-creator -D\n```\n\n## Usage\n\nImport the plugin in your webpack config.\n\n```ts\nimport { WebpackServeCertificateCreator } from 'webpack-serve-certificate-creator';\n```\n\nAdd the plugin to your `plugins`.\n\n```ts\n{\n  plugins: [\n    new WebpackServeCertificateCreator({\n      // This dir should be added to .gitignore\n      outDir: '.certificate-cache',\n      // Defaults to `localhost`\n      commonName: 'your.hostname.example.com',\n      options: {\n        days: 365,\n        keySize: 4096,\n      },\n    }),\n  ];\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fwebpack-serve-certificate-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdeveric%2Fwebpack-serve-certificate-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fwebpack-serve-certificate-creator/lists"}