Problem scenario
You run a command like this:
sudo openssl req -newkey rsa:2048 -nodes -keyout contint.key -x509 -days 9999 contint.crt
You get this as the output: “req: Use -help for summary.”
What should you do?
Possible Solution #1
Use the “-out” flag between “9999” and “contint.crt”.
Possible Solution #2
Do you have an extra “-new” flag in your command?
…
Continue reading “How Do You Troubleshoot the Error “req: Use -help for summary”?”