Skip to content

koshatul/cfssl-testing

Repository files navigation

cfssl-testing

CFSSL Testing CRL and certificate storage.

Starts a CFSSL server with postgresql backend.

Process

./start-postgres.sh
goose -dir "${GOPATH}/src/github.com/cloudflare/cfssl/certdb/pg/migrations/" postgres "user=postgres password=cfssl dbname=postgres sslmode=disable" up
./serve.sh
./create-user.sh | tee tmp-user.json
./cert-from-json.sh < tmp-user.json
./list-certs.sh
./revoke.sh tmp-user.pem
./list-certs.sh

About

CFSSL Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors