Generate a certificate-signing request by using the OpenSSL tool for Windows.
Prerequisites
- Install the OpenSSL tool. See http://www.openssl.org for information about obtaining the OpenSSL tool.
- Edit the openssl.cfg file to add additional required parameters. Make sure the
[req]
section has the req_extensions parameter defined.[req] . . req_extensions=v3_req #
- Add an appropriate Subject Alternative Name entry for the hostname or IP address of your server, for example server-01.loginsight.domain. You cannot specify a pattern for the hostname.
[v3_req] . . subjectAltName=DNS:server-01.loginsight.domain #subjectAltName=IP:10.27.74.215
Procedure
Results
Your certificate signing request file server.csr is generated and saved.