{"id":21443592,"url":"https://github.com/chgeuer/igniter_tls_enable","last_synced_at":"2026-02-02T14:33:09.574Z","repository":{"id":264076976,"uuid":"892123908","full_name":"chgeuer/igniter_tls_enable","owner":"chgeuer","description":"Mini experiment to play with Ash's Igniter to enable a bunch of TLS config on my Elixir projects.","archived":false,"fork":false,"pushed_at":"2024-11-21T21:20:24.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T12:51:10.014Z","etag":null,"topics":["elixir","elixir-lang","igniter"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/chgeuer.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":"2024-11-21T14:51:52.000Z","updated_at":"2025-01-06T01:37:56.000Z","dependencies_parsed_at":"2024-11-21T22:20:11.048Z","dependency_job_id":null,"html_url":"https://github.com/chgeuer/igniter_tls_enable","commit_stats":null,"previous_names":["chgeuer/igniter_tls_enable"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chgeuer/igniter_tls_enable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Figniter_tls_enable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Figniter_tls_enable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Figniter_tls_enable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Figniter_tls_enable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chgeuer","download_url":"https://codeload.github.com/chgeuer/igniter_tls_enable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Figniter_tls_enable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29013031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T12:48:30.580Z","status":"ssl_error","status_checked_at":"2026-02-02T12:46:38.384Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["elixir","elixir-lang","igniter"],"created_at":"2024-11-23T02:11:50.437Z","updated_at":"2026-02-02T14:33:09.555Z","avatar_url":"https://github.com/chgeuer.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IgniterTlsEnable\n\nThis is a set of steps I'm using to turn on TLS with a bunch of local X509 certificates.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `igniter_tls_enable` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:igniter_tls_enable, github: \"chgeuer/igniter_tls_enable\", force: true}\n  ]\nend\n```\n\nA local installation would look like this\n\n```elixir\ndef deps do\n  [\n    {:igniter_tls_enable, path: \"../igniter_tls_enable\"}\n  ]\nend\n```\n\nAfter `mix deps.get`, you can then add TLS support:\n\n```shell\nmix phx.new hello_world --no-ecto --no-gettext --no-assets --no-live --no-html --no-dashboard --no-esbuild --no-tailwind --no-mailer\ncd hello_world\n# add {:igniter_tls_enable, path: \"../igniter_tls_enable\"} to mix.exs\nmix deps.get\nmix Igniter.Task.TLSEnable --hostname beast.geuer-pollmann.de\nmix deps.get\niex -S mix phx.server.browser\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchgeuer%2Figniter_tls_enable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchgeuer%2Figniter_tls_enable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchgeuer%2Figniter_tls_enable/lists"}