{"id":13562004,"url":"https://github.com/erlang/docker-erlang-example","last_synced_at":"2025-10-19T23:32:05.762Z","repository":{"id":37742785,"uuid":"82162856","full_name":"erlang/docker-erlang-example","owner":"erlang","description":"HowTo Erlang in Docker","archived":false,"fork":false,"pushed_at":"2023-02-22T16:39:59.000Z","size":189,"stargazers_count":167,"open_issues_count":3,"forks_count":35,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-01-30T08:51:15.309Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","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/erlang.png","metadata":{"files":{"readme":"README-CERTS.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}},"created_at":"2017-02-16T09:24:19.000Z","updated_at":"2025-01-15T14:36:09.000Z","dependencies_parsed_at":"2024-01-14T03:45:05.590Z","dependency_job_id":"293af099-5f23-46b5-9651-41f88ebb2332","html_url":"https://github.com/erlang/docker-erlang-example","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/erlang%2Fdocker-erlang-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlang%2Fdocker-erlang-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlang%2Fdocker-erlang-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlang%2Fdocker-erlang-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erlang","download_url":"https://codeload.github.com/erlang/docker-erlang-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237228713,"owners_count":19275744,"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-08-01T13:01:03.504Z","updated_at":"2025-10-19T23:32:00.440Z","avatar_url":"https://github.com/erlang.png","language":"Erlang","funding_links":[],"categories":["Erlang"],"sub_categories":[],"readme":"## Generating Certificate\n\nGenerate certificates in subdirectory `ssl`.\n\n### Root CA\n\n    $ openssl genrsa -out dockerwatch-ca.key 4096\n\n    $ openssl req -x509 -new -nodes -key dockerwatch-ca.key -sha256 -days 1024 -out dockerwatch-ca.pem\n\n### Server Certificate\n\n    $ openssl genrsa -out dockerwatch-server.key 4096\n\nCertificate signing request\n\n    $ openssl req -new -key dockerwatch-server.key -out dockerwatch-server.csr\n\nThe most important field: `Common Name (eg, YOUR name) []: localhost`. We use localhost in this example.\n\n### Sign it\n\n    $ openssl x509 -req -in dockerwatch-server.csr -CA dockerwatch-ca.pem -CAkey dockerwatch-ca.key -CAcreateserial -out dockerwatch-server.pem -days 500 -sha256\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlang%2Fdocker-erlang-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferlang%2Fdocker-erlang-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlang%2Fdocker-erlang-example/lists"}