System architect at AraxaTech
It can be done like this openssl req -new -newkey rsa:2048 -nodes -keyout certificate.key -out certificate.csr
openssl req -new -newkey rsa:2048 -nodes -keyout certificate.key -out certificate.csr
To print request use: openssl req -in certificate.csr -text
openssl req -in certificate.csr -text
working in AraxaTech
Comments
To print request use:
To print request use:
openssl req -in certificate.csr -text
working in AraxaTech