{"id":44990037,"url":"https://github.com/serverless-ca/cloud-ca","last_synced_at":"2026-02-18T21:15:18.261Z","repository":{"id":228170519,"uuid":"760776684","full_name":"serverless-ca/cloud-ca","owner":"serverless-ca","description":"Cloud CA built using AWS CA Terraform Module","archived":false,"fork":false,"pushed_at":"2025-11-30T21:22:10.000Z","size":98,"stargazers_count":13,"open_issues_count":5,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-02T15:50:09.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/serverless-ca.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-20T20:18:50.000Z","updated_at":"2025-11-30T21:22:15.000Z","dependencies_parsed_at":"2024-04-23T16:05:10.702Z","dependency_job_id":"c265ab46-b2e3-427f-b4ab-cc21049db91e","html_url":"https://github.com/serverless-ca/cloud-ca","commit_stats":null,"previous_names":["serverless-ca/cloud-ca"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/serverless-ca/cloud-ca","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-ca%2Fcloud-ca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-ca%2Fcloud-ca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-ca%2Fcloud-ca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-ca%2Fcloud-ca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serverless-ca","download_url":"https://codeload.github.com/serverless-ca/cloud-ca/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-ca%2Fcloud-ca/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-02-18T21:15:17.386Z","updated_at":"2026-02-18T21:15:18.256Z","avatar_url":"https://github.com/serverless-ca.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloud-ca\nCloud CA demonstration built using AWS CA Terraform Module\n\n## IMPORTANT\nIf cloning this repository to use as a basis for your own CA, it's essential that you:\n* Update to the latest version of the CA\n* Delete the CSR files in the [csr directory](./certs/dev/csrs/)\n* Delete references to these files in [locals.tf](./locals.tf) and [tls.json](./certs/dev/tls.json)\n* Replace the contents of [revoked.json](./certs/dev/revoked.json) with an empty list `[]`\n* Change the domain name listed in [variables.tf](variables.tf) to one for which there's a hosted zone in your AWS account \n\n## CA Overview\n* ECDSA Issuing and Root CA\n* Public certs and CRL\n* Environment: `dev`\n* Certs issued from CSR files\n* Revoked certificate\n\n## CA Certificates and CRLs\n\n### CRL Distribution Point (CDP)\n\n|                                       CDP - Root CA                                        |                                         CDP - Issuing CA                                         |\n:------------:|:------------:|\n|                    [http://certs.cloud-ca.com/serverless-root-ca-dev.crl](https://certs.cloud-ca.com/serverless-root-ca-dev.crl)                     |                      [http://certs.cloud-ca.com/serverless-issuing-ca-dev.crl](https://certs.cloud-ca.com/serverless-issuing-ca-dev.crl)                      |\n\n### Authority Information Access (AIA)\n\n|                                       AIA - Root CA                                        |                                       AIA - Issuing CA                                        |\n|:------------:|:------------:|\n|                    [http://certs.cloud-ca.com/serverless-root-ca-dev.crt](https://certs.cloud-ca.com/serverless-root-ca-dev.crt)                     |                    [http://certs.cloud-ca.com/serverless-issuing-ca-dev.crt](https://certs.cloud-ca.com/serverless-issuing-ca-dev.crt)                     |\n\n### CA Bundle (for TrustStore)\n\n|                                          CA Bundle                                           |\n|:--------------------------------------------------------------------------------------------:|\n|                      [http://certs.cloud-ca.com/serverless-ca-bundle-dev.pem](https://certs.cloud-ca.com/serverless-ca-bundle-dev.pem)                       |\n\n\n## Create client certificate\n* log in to the CA AWS account with your terminal using AWS CLI, e.g. `aws sso login` or set AWS environment variables\n* from the root of this repository:\n```\npython -m venv .venv\nsource .venv/bin/activate (Linux / MacOS)\n.venv/scripts/activate (Windows PowerShell)\npip install -r tests/requirements-dev.txt\npython tests/client-cert.py\n```\n* you will now have a client key and certificate on your laptop at `~/certs`\n* bundled Root CA and Issuing CA certs are also provided\n\n\n\n## Local Development - Terraform\n```\nterraform init -backend-config=bucket={YOUR_TERRAFORM_STATE_BUCKET} -backend-config=key=cloud-ca -backend-config=region={YOUR_TERRAFORM_STATE_REGION}\nterraform plan\nterraform apply\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverless-ca%2Fcloud-ca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverless-ca%2Fcloud-ca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverless-ca%2Fcloud-ca/lists"}