From the hamburger menu, go to App Engine | Settings. Here, you will find two important settings: Custom domain and SSL certificates. Let's go over these now.
Settings
Custom domain
As you already know, when you deploy an application, you are assigned a URL in the form of <project_id>.appspot.com.
You can, however, add a custom domain or register a new domain. You do this from the App Engine | Setting | Custom domains menu:
![](https://static.packt-cdn.com/products/9781838555276/graphics/assets/0c5bb640-7b67-466d-9bd9-fdcf0c565837.png)
If you choose to register a new domain, you will be able to purchase it from the Google Domains service.
SSL certificates
Since the traffic...