Task
Self-signed / CN=localhost / 365 days
Command direction
openssl req -x509 -newkey rsa:2048 ...
Developer Tools
Generate common OpenSSL commands for self-signed certs, CSRs, certificate inspection, and PFX operations in your browser. Useful when you need standard syntax without memorizing long flags.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
Generate common OpenSSL commands for self-signed certs, CSRs, certificate inspection, and PFX operations in your browser. Useful when you need standard syntax without memorizing long flags.
填写 Common Name 或证书文件名后会生成 OpenSSL 命令。
Task
Self-signed / CN=localhost / 365 days
Command direction
openssl req -x509 -newkey rsa:2048 ...
No. It only generates commands for your local OpenSSL. Keys and certificates are created on your machine.
Common generate, inspect, and convert flows are included. See the task list on the page for the current set.
Tools
Continue with another translated tool for a nearby task.
RSA Key Generator
Generate RSA public and private keys locally with WebCrypto and export PEM format for signature testing, API key exchange, and local experiments without a server call.
SSL Certificate Parser
Parse PEM X.509 certificates locally to read validity, subject-related fields, and DER size. Lightweight inspection without full chain trust validation.
HMAC Signature Tester
Compute SHA digests and HMAC signatures with Web Crypto in your browser for common SHA algorithms. Useful when debugging payments, webhooks, and request-body signature checks with data kept local.