E is correct!
to Generate a CSR in SSL Server Certificate:
Firstly, we need a private key for our server. Then :
openssl genrsa -des3 -out server.key 1024
Finally, we request a server certificate including our private key in server side :
openssl req -new -key server.key -out server.csr
upvoted 3 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Armina
7 months ago