{"id":19673094,"url":"https://github.com/wille-io/fast-ca","last_synced_at":"2025-09-21T17:33:22.489Z","repository":{"id":136573195,"uuid":"216256191","full_name":"wille-io/fast-ca","owner":"wille-io","description":"Minimalistic tool to create a local certificate authority and signed certificates in one simple command","archived":false,"fork":false,"pushed_at":"2022-05-02T08:12:29.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-17T21:42:08.196Z","etag":null,"topics":["botan","ca","certificate","certificate-authority","cmake"],"latest_commit_sha":null,"homepage":"","language":"C++","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/wille-io.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":"2019-10-19T18:59:08.000Z","updated_at":"2021-12-15T22:11:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfda3bd8-e83c-4535-b461-31150262a95c","html_url":"https://github.com/wille-io/fast-ca","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wille-io/fast-ca","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wille-io%2Ffast-ca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wille-io%2Ffast-ca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wille-io%2Ffast-ca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wille-io%2Ffast-ca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wille-io","download_url":"https://codeload.github.com/wille-io/fast-ca/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wille-io%2Ffast-ca/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276274772,"owners_count":25614491,"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","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["botan","ca","certificate","certificate-authority","cmake"],"created_at":"2024-11-11T17:14:02.443Z","updated_at":"2025-09-21T17:33:22.429Z","avatar_url":"https://github.com/wille-io.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![fast-ca logo](https://wille.io/fast-ca.png \"fast-ca logo\")\n# fast-ca\n\nfast-ca is a minimalistic tool to create a local certificate authority and signed certificates in one simple command.\nUse fast-ca to ... :\n\n  - rapid prototype a public key encryption protected network\n  - create a production ready secured private network with sane default options\n  - have your websites in your own network encrypted to prevent password theft\n  - and many more ...\n\n### Sane defaults\n\nfast-ca creates private keys with RSA and 4096 bits. The CA's certificate is hashed with SHA-256.\nCommon name and the DNS field are set to the FQDN, making the generated certificated usable in every (modern) browser.\n\n### Installation\n\nfast-ca requires [botan-2](https://botan.randombit.net/) to compile \u0026 run.\n\nInstall botan-2:\n\nUbuntu:\n```sh\n$ sudo apt install libbotan-2-dev\n```\n\nFedora:\n```sh\n$ sudo dnf install botan2-devel\n```\n\n... or use the docker container:\n```sh\ndocker run -it -v ${PWD}:/mnt willeio/fast-ca bash -c \"cd /mnt \u0026\u0026 fastca MyHostname\" # creates the CA and the cert + key for 'MyHostname' in the current directory\n```\n\n\nUse cmake to generate the fast-ca executable \u0026 install it on your system:\n\nUbuntu:\n```sh\n$ mkdir build\n$ cd build\n$ cmake ..\n$ make\n$ sudo make install\n```\n\nFedora:\n```sh\n$ cmake -S . -B build\n$ cmake --build build\n$ cd build\n$ sudo make install\n```\n\n### Usage\n\nTo create a certificate for a FQDN, just run fast-ca with the FQDN as parameter.\n\n```sh\n$ ./fastca test.example.com\n```\n\nIf you run fast-ca for the first time, a new CA certificate including its corresponding private key is generated prior to generating the client certificate. For the CA private key generation, fast-ca aks for a password to encrypt the private key.\n\nLicense\n----\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwille-io%2Ffast-ca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwille-io%2Ffast-ca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwille-io%2Ffast-ca/lists"}