]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stats/recipes/default.rb
Enable SSL for stats.osm.org
[chef.git] / cookbooks / stats / recipes / default.rb
index 54d394f5243f45d2533d35edf5a01ade05e8b039..3f0303d2ef4b1a7baaa92fad26b36fad2382d36a 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-include_recipe "apache"
+include_recipe "apache::ssl"
 
 package "awstats"
 package "libgeo-ipfree-perl"
@@ -73,6 +73,12 @@ cookbook_file "/srv/stats.openstreetmap.org/robots.txt" do
   mode 0o644
 end
 
+ssl_certificate "stats.openstreetmap.org" do
+  domains ["stats.openstreetmap.org", "stats.osm.org"]
+  fallback_certificate "openstreetmap"
+  notifies :reload, "service[apache2]"
+end
+
 apache_site "stats.openstreetmap.org" do
   template "apache.erb"
   directory "/srv/stats.openstreetmap.org"