{"id":18129377,"url":"https://github.com/kamatama41/test-cert-generator","last_synced_at":"2025-04-06T14:29:49.297Z","repository":{"id":56072820,"uuid":"182561725","full_name":"kamatama41/test-cert-generator","owner":"kamatama41","description":"Docker image to generate self-signed client/server certs","archived":false,"fork":false,"pushed_at":"2020-11-27T05:05:02.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T06:59:58.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/kamatama41/test-cert-generator","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/kamatama41.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}},"created_at":"2019-04-21T17:16:44.000Z","updated_at":"2020-11-27T05:05:02.000Z","dependencies_parsed_at":"2022-08-15T12:40:24.329Z","dependency_job_id":null,"html_url":"https://github.com/kamatama41/test-cert-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamatama41%2Ftest-cert-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamatama41%2Ftest-cert-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamatama41%2Ftest-cert-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamatama41%2Ftest-cert-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamatama41","download_url":"https://codeload.github.com/kamatama41/test-cert-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247495457,"owners_count":20948050,"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":[],"created_at":"2024-11-01T10:09:12.768Z","updated_at":"2025-04-06T14:29:49.266Z","avatar_url":"https://github.com/kamatama41.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# test-cert-generator\n\nDocker image to generate self-signed client/server certs. The certs are intended to be used for tests, so you should not apply them to actual applications.\n\n## Usage\n\nJust run the container, so that 7 files will be generated on `/root/work` on the container.\nEach password for P12 files is `p@ssw0rd`.\n\n```sh\n$ docker run --rm -v $(pwd)/work:/root/work kamatama41/test-cert-generator\n$ ls work\nca-chain.cert.pem  client.cert.pem  client.key.pem  client.p12  example.com.cert.pem  example.com.key.pem  example.com.p12\n```\n\nYou can configure some parameters by following environment variables:\n- `PRIVATE_KEY_PASSWORD`: Master password for all private keys (default: `p@ssw0rd`)\n- `SERVER_COMMON_NAME`: Common name for the server cert (default: `example.com`)\n- `SERVER_P12_PASSWORD`: Password for P12 file of the server key pair (default: `p@ssw0rd`)\n- `CLIENT_COMMON_NAME`: Common name for the client cert (default: `client`)\n- `CLIENT_P12_PASSWORD`: Password for P12 file of the client key pair (default: `p@ssw0rd`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamatama41%2Ftest-cert-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamatama41%2Ftest-cert-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamatama41%2Ftest-cert-generator/lists"}