{"id":19075821,"url":"https://github.com/secomind/cfxxl","last_synced_at":"2025-12-11T23:43:56.218Z","repository":{"id":53760535,"uuid":"104075528","full_name":"secomind/cfxxl","owner":"secomind","description":"CFSSL API client for Elixir","archived":false,"fork":false,"pushed_at":"2021-03-23T14:44:43.000Z","size":70,"stargazers_count":8,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T00:13:17.914Z","etag":null,"topics":["cfssl","cfssl-api","elixir"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/secomind.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":"2017-09-19T13:02:13.000Z","updated_at":"2024-01-25T07:49:35.000Z","dependencies_parsed_at":"2022-08-25T16:50:17.906Z","dependency_job_id":null,"html_url":"https://github.com/secomind/cfxxl","commit_stats":null,"previous_names":["ispirata/cfxxl"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secomind%2Fcfxxl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secomind%2Fcfxxl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secomind%2Fcfxxl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secomind%2Fcfxxl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secomind","download_url":"https://codeload.github.com/secomind/cfxxl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251602831,"owners_count":21615969,"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":["cfssl","cfssl-api","elixir"],"created_at":"2024-11-09T01:56:05.724Z","updated_at":"2025-12-11T23:43:51.196Z","avatar_url":"https://github.com/secomind.png","language":"Elixir","readme":"CFXXL [![hex.pm version](https://img.shields.io/hexpm/v/cfxxl.svg)](https://hex.pm/packages/cfxxl) [![Build Status](https://travis-ci.org/ispirata/cfxxl.svg?branch=master)](https://travis-ci.org/ispirata/cfxxl) [![Coverage Status](https://coveralls.io/repos/github/ispirata/cfxxl/badge.svg)](https://coveralls.io/github/ispirata/cfxxl)\n============\n\nAn Elixir client for [CFSSL](https://github.com/cloudflare/cfssl).\n\n## Installation\n\nAdd `cfxxl` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:cfxxl, \"~\u003e 0.3.0\"}]\nend\n```\n\n## Documentation\n\nThe documentation is available on [HexDocs](https://hexdocs.pm/cfxxl/0.1.0/CFXXL.html)\n\n## Usage examples\n\nCreate a client pointing to the CFSSL API\n\n```elixir\nclient = CFXXL.Client.new(\"http://localhost:8888\")\n```\n\nUse the client to call the functions in the `CFXXL` module\n\n```elixir\nhosts = [\"www.example.com\", \"example.com\"]\ndname = %CFXXL.DName{O: \"Example Ltd\"}\nkey = %CFXXL.KeyConfig{algo: :rsa, size: 4096}\nnew_key = client |\u003e CFXXL.newkey(hosts, dname, key: key)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecomind%2Fcfxxl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecomind%2Fcfxxl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecomind%2Fcfxxl/lists"}