To generate a CSR using the Cygwin UNIX environment:
1. Double-click the Cygwin icon on the desktop. A command window opens with a UNIX bash environment.
2. To change to a particular drive, use the command: cd driveLetter:
3. At the $ prompt, type the following to generate a CSR:
openssl req -new -nodes -keyout privateKeyFilename -out certRequestFilename
For example:
openssl req -new -nodes -keyout private.key -out public.csr
A status messages about the private key generation appear. You will be prompted for information such as country name.
4. When prompted for the Common name, enter the DNS name of the AG.
The name that you enter will appear in the certificate and must match the name expected by PCs that connect to the AG.
Thus, if you alias DNS names, you will need to use the alias name instead.
5. Submit your CSR (public.csr).
When asked for the type of server that the certificate will be used with, select 'Other'.
- 0 Users Found This Useful
Related Articles
CSR Generation: Apache
Generating a Certificate Signing Request (CSR) using Apache mod_ssl/OpenSSLA CSR is a file...
CSR Generation: Cobalt RaQ4 & XTR
Generating a Certificate Signing Request (CSR) using Cobalt RaQ4/XTRTo enable SSL on a virtual...
CSR Generation: BEA Systems Weblogic
BEA Weblogic Certificate Signing Request (CSR) GenerationRequesting a Private Key and Digital...
CSR Generation: C2Net Stronghold
Generating a Key Pair and CSR for a Stronghold ServerStronghold keys and certificates are...
CSR Generation: WHM/CPanel
Generating a CSR using WHM/CPanelGenerate an SSL certificateYou can generate an SSL certificate,...