To generate the CSR, do the following:
openssl req -new -nodes -key host.key -out host.csr
See also: Generating Certificate Signing Requests.
-
« Home
-
RSS Feeds
To generate the CSR, do the following:
openssl req -new -nodes -key host.key -out host.csr
See also: Generating Certificate Signing Requests.
To create a self-signed certificate for internal or testing use, enter the following commands:
openssl genrsa 1024 > host.key
openssl req -new -x509 -nodes -sha1 -days 1825 -key host.key > host.cert