Open connorshea opened 9 years ago
Once Let's Encrypt comes out in September of this year, we'll need to make a few changes to ensure HTTPS is used at all times on the site. This issue is for taking some notes on what'll need to be changed.
robots.txt
/public
sitemap.xml
config.force_ssl = true
config/environments/production.rb
...and that might be it? I can't find anything else we'll need to change, but I'm sure there'll be things we run into in the future.
Updated Launch Schedule for Let's Encrypt
Once Let's Encrypt comes out in September of this year, we'll need to make a few changes to ensure HTTPS is used at all times on the site. This issue is for taking some notes on what'll need to be changed.
robots.txt
file in/public
- See also: Google Developers page on the robots.txt filesitemap.xml
file in/public
config.force_ssl = true
inconfig/environments/production.rb
...and that might be it? I can't find anything else we'll need to change, but I'm sure there'll be things we run into in the future.