Skip to content

tls-inspector/certbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.