SSL implementation through App Engine somewhat is a user-friendly method. Here we are adding an Extra feature for GCP (App Engine) to implement this method. Here, the SSL implementation takes place for the whole project. DNS Name verification can also be done with this method. It is in App Engine –> settings.
Here, we can also do the Domain Name verification steps. For that we have to go to Custom Domain –> Add Custom Domain
- Step 1: To verify our Domain name. Add Domain name –> Verify. It will redirect to Webmaster page. There, they automatically detects our DNS provider (Please verify it). This page provides a google verification code which we have to copy for next step.
Go to DNS provider (eg: GoDaddy) –> select DNS –> Manage DNS –> Add Record –>- Type –> TXT
- Host –> Host Name
- TXT Value –> code which copied from Webmaster
- Step 2: Point Domain to project
- Step 3: Update DNS record
Next, we can move on to SSL set up through App Engine : Custome Domain –> SSL Certificates
- Upload a new certificate
- Give a name to SSL
- Add or Paste the certificate in two columns given.
- In the First column, add public key certificate.
- first add .crt file
- then add .bundle.crt file
- In the Second column, add private key certificate.