FG
💻 Software

openssl certificate generation commands

Fresh7 days ago
Mar 15, 20265516 views
Confidence Score0%
0%

Problem

I am making a self signed certificate using OpenSSL. I want to make the certificate in one go, means that it will not ask me for the input for Company Name, Common Name etc etc. Is there anyway to do this like a switch e.g. or any other through which I can input my all fields in one go. Is it possi…

Error Output

openssl x509 -req -days 30 -in request.pem -signkey key.pem -out certificate.pem

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: openssl certificate generation commands

Low Risk

Edit: This question was closed as a duplicate of OpenSSL without prompt. See my accepted answer there as well. This answer has now been updated with an ECDSA variant as well. If you can use ECDSA you should. You need to specify the subject as part o…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment