Access CertBox Online »
Download CertBox Desktop »
CertBox is a X.509 certificate toolbox on your desktop or in your browser. It allows you to easily generate entire certificate chains, issue certificates from existing roots, clone certificates, and more.
CertBox uses a Golang backend for all cryptographic operations. On the web, this is accessed through a WASM module. On the desktop, this is a companion application.
Requirements:
- Golang (most recent version)
- NodeJS (most recent mainline release)
- Docker/Podman (Linux only)
cd src/desktop
node release.js
Packaged executables will be in the package
directory.
cd src/web
node release.js
Compiled web application will be in the dist
directory.