Certonid is a Serverless SSH Certificate Authority.
Consists of two parts: CLI and serverless function.
All information published at Wiki page
- [English] Certonid — the SSH Certificate Authority Deployed on AWS Lambda
- [Russian] Certonid — SSH центр сертификации, который работает на AWS Lambda
$ cd serverless
$ GOOS=linux go build -o serverless main.go
$ cd ..
$ cd cli
$ go build -o certonid main.go- Add tests
- Improve documentation
- Website and video
- Use serverless framework to automate deploy and setup
- Support AWS S3 for SSH CA key
- Support Google Cloud functions
- Support Google Cloud Storage for SSH CA key
- Support Azure Functions
- Support Apache OpenWhisk