To generate the CSR, do the following:
openssl req -new -nodes -key host.key -out host.csr
See also: Generating Certificate Signing Requests.
To generate the CSR, do the following:
openssl req -new -nodes -key host.key -out host.csr
See also: Generating Certificate Signing Requests.
Post a Comment