I am trying to create SSL certification on my website. To, create csr , I used the command:
openssl req –new –newkey rsa:2048 –nodes –keyout mydomain.key –out mydomain.csr
But,I get the error saying:
req: Use -help for summary.
I checked if openssl is installed or not, and it gives the version. So, it is installed.
I don't know what to do. I am fairly new to this. This is my first try to get the SSL.
I am having hard time.