Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

HTTPS SSL

Kai Wong edited this page Oct 26, 2017 · 2 revisions
  • Create VM instance in Google Cloud Platform. Internal and External IP
  • Use GoDaddy to add record to DNS table (record type A, point to Google External IP
  • Use Google Compute's API

Add yer notes fams

AWS - only give certificate only if host on their products https://letsencrypt.org/ - free baby. Follow installation on /getting-started. Connects to certificate authority, communicates. certbot. python-certbot-apache https://certbot.eff.org/ Forward all http to https (option 2) Change renewing. certbot renew for apache2. Only renews if expires in 30 days.

Putting stuff that ain't https onto https page won't work. Check all links in code to make sure they're all HTTPS.

Think of subdomain

Do at end of sem

Clone this wiki locally