From the course: Google Cloud Platform (GCP) Essential Training for Developers

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Securing custom domains on App Engine with HTTPS

Securing custom domains on App Engine with HTTPS

- [Instructor] All right, now let's explore how to configure HTTPS by using our own SSL certificates and securing our App Engine custom domain. Here are the steps in the Google Cloud documentation on how to do this. First step is to verify our custom domain, which we already have. Second, we need to disable the default Google managed certificates. Let's go ahead and double check that that's the case already. We'll go to App Engine, Settings, and Custom domains tab in the Google Cloud console. We can check all of our custom domains and try to press Disable managed security. In this case, it's already been disabled and that's why this button is not clickable. We can also verify by looking at the SSL security and seeing the non values for both domains. Next, prepare your SSL certificate files and private key. I have mine here inside this folder. We have the private key and the SSL certificates. Next, we have to convert…

Contents