Lies auf:
Deutsch
Deutsch
To create a CSR using Cygwin for Unix, proceed as follows.
Double click on the Cygwind icon on the desktop. An input window opens and displays the Unix console.
To change the drive use the call: cd Drive letter
To create a CSR, enter the following command:
openssl req -new -nodes -keyout NamePrivatKey.key -out NameCSRFile.csr
Please adjust the filenames according to your needs.