Open-Source Enterprise Root Certificate (PKI) Platform
Quickly generates an independent Private Key and Certificate for testing and internal development environments.
Creates the main identity (Root CA) for your organization. Once installed in browsers, all certificates signed by this CA will be automatically trusted. (Valid for 10 years).
Present your existing Root CA certificate and private key to allocate a new trusted certificate for a child domain (Server/Client).
Sign an external CSR using your Root CA. The requester's private key remains hidden from you.
Generate a Certificate Signing Request (CSR) and Private Key pair. Send the CSR to your Certificate Authority for signing – your private key never leaves your device.
Instantly inspect any PEM certificate, CSR or Private Key metadata without internet access.
Revoke compromised or expired certificates by generating a signed CRL using your Root CA.
Convert between Base64 (PEM) and Binary (DER) representations of X.509 objects.
Generate a specialized certificate with the Code Signing Key Usage extension (1.3.6.1.5.5.7.3.3) to locally sign your executables, scripts, and libraries.
Export highly secure, standard RFC-3526 MODP groups for use with web servers (Nginx/Apache) to achieve Perfect Forward Secrecy.
Welcome! PKI Studio is a personal project I developed to provide a 100% offline (Air-Gapped) Enterprise Public Key Infrastructure management platform for high-security environments.
I built this tool to solve the complex problem of generating secure X.509 Certificates without having to rely on third-party backend servers or the cumbersome OpenSSL CLI. Every cryptographic operation you see here is processed entirely inside your local browser.
I made sure this tool requires absolutely no external dependencies beyond the bundled
forge.min.js. You can completely disconnect your internet connection and continue
generating advanced Wildcard infrastructure certificates safely.