Designed to provide you with everything you need to be successful and grow your Sectigo business. Create your account to access the Partner Resource Center, Sectigo University and more!
Do you manually manage the lifecycles of thousands of digital certificates? When 90-day TLS comes into force, this number will increase by at least five times. Discover the four steps to being prepared for 90-day certificates in this ebook.
How to Generate Certificate Signing Request on Citrix Cygwin UNIX
Share this
This article will go into detail on how to generate certificate signing request on Citrix Cygwin UNIX.
Double-click the Cygwin icon on the desktop. A command window opens with a UNIX bash environment.
To change to a particular drive, use the command: cd driveLetter:
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.
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.
Submit your CSR (public.csr). When asked for the type of server that the certificate will be used with, select 'Other'.