The following command is hanging openssl req -key server.key -out server.csr
Any idea what the problem could be ?
The following command is hanging openssl req -key server.key -out server.csr
Any idea what the problem could be ?
You need another argument, it expects to read a certificate from standard input. Probably you meant to add -new
as a command line argument, or you need to pass an existing certificate on standard in.