All Products 
Username / Customer#
Password
Log In
 Hi,  |  Log Out
  • Site Search
  • Domain Search
  • WHOIS Domain Check
24/7 Support: (480) 505-8877
Hablamos Español
9 AM to 9 PM IST
7 days a week
Go Daddy Support

Search help articles, forums, and discussion groups

Generating a Certificate Signing Request for Code Signing Certificates

Date Submitted: 3-15-2012

When you request a code signing certificate, you need to provide a certificate signing request (CSR) for your computer. Recent versions of Internet Explorer® or Firefox®, can automatically generate the CSR for you. However, if you use a different browser, such as Chrome® or Safari®, you need to manually create the CSR using a tool, such as OpenSSL. For more information, visit http://www.openssl.org.

To Manually Generate a Certificate Signing Request for Code Signing Certificates

  1. Open OpenSSL.
  2. Type the following command:
    req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key
  3. Enter Distinguished Name information:
    • Country Code — The two-letter International Organization for Standardization (ISO) format country code for where your organization is legally registered.
    • State/Province — Name of state or province where your organization is located — do not abbreviate.
    • Locality — Name of the city in which your organization is registered/located — do not abbreviate.
    • Organization Name — The full legal name of your organization.
    • Organizational Unit — Optional.
    • Common Name — The full legal name of your organization.
    • Email Address — Your email address.
  4. Move CSR.csr and privateKey.key to your desktop.

When you complete the online request form, provide the information from the CSR.csr file. Open CSR.csr in a text editor, such as Notepad, copy all of the text and then paste it into the CSR field in the request. For more information, see Requesting a Code Signing Certificate.

Rate This Article:

Have a question about the content of this article?