You are here

Creating certificate request with OpenSSL

Ivan Radovanovic's picture

It can be done like this

openssl req -new -newkey rsa:2048 -nodes -keyout certificate.key -out certificate.csr

Tags: 

Comments

Ivan Radovanovic's picture

To print request use:

openssl req -in certificate.csr -text

working in AraxaTech