Skip to content

A modern, secure SSL/TLS certificate generator for local development. Built with the WebCrypto API for maximum security and zero server dependencies, it provides enterprise-grade certificate generation directly in your browser.

License

Notifications You must be signed in to change notification settings

TechBlip-LLC/web-certificate-builder

 
 

Repository files navigation

Certificate Builder

A modern, secure SSL/TLS certificate generator for local development.

React TypeScript Vite TailwindCSS WebCrypto Mobile

Features

  • Generate SSL/TLS certificates for local development
  • Multiple encryption schemes (RSA-PSS, RSASSA-PKCS1-v1_5, RSA-OAEP, ECDSA)
  • Configurable key sizes (2048-8192 bits)
  • Mobile-responsive design
  • Real-time certificate preview
  • Local certificate storage
  • Certificate validity testing

Certbuild1

Certbuild2

Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

Security

All cryptographic operations are performed client-side using the WebCrypto API. No sensitive data leaves your browser.

Creator

Ed Bates (TECHBLIP LLC)

Acknowledgments

Some sections of this code were generated with the assistance of AI tools. These contributions were reviewed and integrated by the project creator(s).

License

Apache-2.0 license - see the LICENSE file for details

About

A modern, secure SSL/TLS certificate generator for local development. Built with the WebCrypto API for maximum security and zero server dependencies, it provides enterprise-grade certificate generation directly in your browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.5%
  • JavaScript 2.6%
  • CSS 1.2%
  • HTML 0.7%