{"id":13563606,"url":"https://github.com/certonid/certonid","last_synced_at":"2026-01-12T02:57:26.886Z","repository":{"id":40313495,"uuid":"204349752","full_name":"certonid/certonid","owner":"certonid","description":"Certonid is a Serverless SSH Certificate Authority","archived":false,"fork":false,"pushed_at":"2025-03-04T14:26:12.000Z","size":7446,"stargazers_count":74,"open_issues_count":0,"forks_count":6,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-04T15:29:56.590Z","etag":null,"topics":["aws","aws-kms","aws-lambda","aws-terraform","certificate-authority","certificates","developer-tools","devops","openssh","openssl","security","security-tools","serverless","ssh","ssh-ca","ssh-certificate-authorities","ssh-certificate-authority","ssh-certificates"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/certonid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.buymeacoffee.com/leopard"]}},"created_at":"2019-08-25T21:05:29.000Z","updated_at":"2025-03-04T14:25:44.000Z","dependencies_parsed_at":"2023-07-13T16:31:10.399Z","dependency_job_id":"e4d0229a-7866-41d3-818b-8b671bca9009","html_url":"https://github.com/certonid/certonid","commit_stats":null,"previous_names":["le0pard/certonid"],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certonid%2Fcertonid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certonid%2Fcertonid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certonid%2Fcertonid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certonid%2Fcertonid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/certonid","download_url":"https://codeload.github.com/certonid/certonid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247074545,"owners_count":20879266,"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":["aws","aws-kms","aws-lambda","aws-terraform","certificate-authority","certificates","developer-tools","devops","openssh","openssl","security","security-tools","serverless","ssh","ssh-ca","ssh-certificate-authorities","ssh-certificate-authority","ssh-certificates"],"created_at":"2024-08-01T13:01:21.286Z","updated_at":"2026-01-12T02:57:26.849Z","avatar_url":"https://github.com/certonid.png","language":"Go","readme":"# Certonid [![Build and Release](https://github.com/certonid/certonid/actions/workflows/build-and-release.yml/badge.svg)](https://github.com/certonid/certonid/actions/workflows/build-and-release.yml)\n\nCertonid is a Serverless SSH Certificate Authority.\n\nConsists of two parts: CLI and serverless function.\n\n![certonid-schema](https://user-images.githubusercontent.com/98444/109483362-cdfcc300-7a87-11eb-8453-fa9d2c6d930a.png)\n\n## Releases\n\n[Download latest releases](https://github.com/certonid/certonid/releases)\n\nFor Mac OS or Linux you can use [Homebrew tap](https://docs.brew.sh/Taps):\n\n```bash\nbrew install certonid/tap/certonid\n```\n\nor another way:\n\n```bash\nbrew tap certonid/tap\nbrew install certonid\n```\n\n## Documentation\n\n[All information published at Wiki page](https://github.com/certonid/certonid/wiki)\n\n## Articles\n\n - [[English] Certonid — the SSH Certificate Authority Deployed on AWS Lambda](https://mailtrap.io/blog/certonid/)\n - [[Russian] Certonid — SSH центр сертификации, который работает на AWS Lambda](https://dou.ua/lenta/articles/certonid-ssh/)\n\n## AWS Terraform module\n\nTo simplify setup on AWS, you can use [Certonid AWS Terraform module](https://registry.terraform.io/modules/certonid/certonid/aws/latest)\n\n## Binaries security\n\n`checksum.txt` signed by gpg key. You can check its by downloading with archive it `.sig` file and verify signature:\n\n```bash\n$ gpg --verify checksums.txt.sig checksums.txt\ngpg: Signature made Fri Jul 22 17:24:40 2022 EEST\ngpg:                using RSA key 36E7986334C6DE2B41A29537A77A9969BEFF93AE\ngpg: Good signature from \"Certonid Sign Key (Certonid Sign Key) \u003cleopard.not.a+certonid@gmail.com\u003e\"\n```\n\nEach archive have [SBOM file](https://www.ntia.gov/SBOM).\n\n## Dev build\n\n```shell\n$ cd serverless \u0026\u0026 GOOS=linux go build -o serverless main.go\n$ cd ..\n$ cd cli \u0026\u0026 go build -o certonid main.go\n```\n\n## Roadmap\n\n - [ ] Add tests\n - [ ] Improve documentation\n - [ ] Website and video\n - [ ] Use serverless framework to automate deploy and setup\n - [ ] Support AWS S3 for SSH CA key\n\n","funding_links":["https://www.buymeacoffee.com/leopard"],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcertonid%2Fcertonid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcertonid%2Fcertonid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcertonid%2Fcertonid/lists"}