work/

ZeroSSL CLI

Author

Go
CLI
SSL
DevTools

Command-line tool in Go to create, list, validate, and revoke SSL certificates via ZeroSSL.

Problem

Creating and managing ZeroSSL certificates through the UI slows developers who live in the terminal.

Approach

Built a Go CLI covering the certificate lifecycle — create, list, cancel, revoke, and validate — as both a learning project and an internal productivity tool.

Impact

Usable open-source CLI that removes repetitive clicks from SSL certificate workflows.

Terminal screenshot of the ZeroSSL CLI creating certificates

About

I built this to deepen Golang CLI skills and to speed up certificate workflows at work.

Status

The app is usable: certificates can be created, listed, canceled, revoked, and validated.

Repository

github.com/fedejuret/zerossl-cli