Creating certificate request with OpenSSL

It can be done like this
openssl req -new -newkey rsa:2048 -nodes -keyout certificate.key -out certificate.csr

Printing Certificate Signing Request

To print request use:
openssl req -in certificate.csr -text


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *