utility / SSL
CSR Generator
Generate a Certificate Signing Request with custom subject fields.
Runs locally
LOCAL WORKBENCH
OpenSSL CSR Generator Command
100% Local
openssl req -new -newkey rsa:2048 -nodes -keyout app.example.com.key -out app.example.com.csr -subj "/C=US/O=Acme Security Inc/CN=app.example.com"
Continue the thread