Before you request a certificate, use the Google Cloud Shell to generate a Certificate Signing Request (CSR) for your Google App Engine on the Google Cloud Platform.
If you're utilizing the Google Compute Engine instead of the Google App Engine, you'll want to connect to your instance and install the certificate manually.

openssl req -new -newkey rsa:2048 -nodes -keyout coolexample.com.key -out coolexample.com.csr
coolexample.com should be replaced with your actual domain name.| Field | Description |
|---|---|
| Country Name (2 letter code) | The two-letter International Organization for Standardization (ISO) format country code for where your organization is legally registered. |
| State or Province Name (full name) | Name of the state where your organization is located. Do not abbreviate. |
| Locality Name (eg, city) | Name of the city where your organization is registered/located. Do not abbreviate. |
| Organization Name (eg, company) | The legally-registered name for your business. If you're enrolling as an individual, enter the certificate requestor's name. |
| Organizational Unit Name (eg, section) | If applicable, enter your DBA (Doing Business As) name. |
| Common Name (eg, your name or your server's hostname) | The fully-qualified domain name, or URL, you want to secure. Note: If you're requesting a Wildcard certificate, add an asterisk (*) to the left of the common name where you want the wildcard, for example *.coolexample.com. |
| Email Address | If applicable, specify an email address. |
| A challenge password | This should be left blank (simply hit enter). |
| An optional company name | This should be left blank (simply hit enter). |
.key and .csr files now exist in your current directory.coolexample.com.csr file and copy its contents for the next step.Note: As a courtesy, we provide information about how to use certain third-party products, but we do not endorse or directly support third-party products and we are not responsible for the functions or reliability of such products. Third-party marks and logos are registered trademarks of their respective owners. All rights reserved.
Article ID: 1485
Created On: Wed, Dec 2, 2020 at 8:04 PM
Last Updated On: Wed, Dec 2, 2020 at 8:04 PM
Online URL: https://www.heartinternet.uk/support/article/generate-a-csr-certificate-signing-request-for-my-google-app-engine.html