Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

tls-inspector/certbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caution

CertBox is being discontinued
The CertBox web and desktop app will no longer be available after September 1st 2025


CertBox

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.

Building

Requirements:

  • Golang (most recent version)
  • NodeJS (most recent mainline release)
  • Docker/Podman (Linux only)

CertBox Desktop

cd src/desktop
node release.js

Packaged executables will be in the package directory.

CertBox Web

cd src/web
node release.js

Compiled web application will be in the dist directory.