Certonid is a Serverless SSH Certificate Authority
Certonid is a Serverless SSH Certificate Authority.
Consists of two parts: CLI and serverless function.
For Mac OS or Linux you can use Homebrew tap:
brew install certonid/tap/certonid
or another way:
brew tap certonid/tap
brew install certonid
All information published at Wiki page
To simplify setup on AWS, you can use Certonid AWS Terraform module
checksum.txt
signed by gpg key. You can check its by downloading with archive it .sig
file and verify signature:
$ gpg --verify checksums.txt.sig checksums.txt
gpg: Signature made Fri Jul 22 17:24:40 2022 EEST
gpg: using RSA key 36E7986334C6DE2B41A29537A77A9969BEFF93AE
gpg: Good signature from "Certonid Sign Key (Certonid Sign Key) <leopard.not.a+certonid@gmail.com>"
Each archive have SBOM file.
$ cd serverless && GOOS=linux go build -o serverless main.go
$ cd ..
$ cd cli && go build -o certonid main.go