Commit 5047f800

mo khan <mo@mokhan.ca>
2013-07-27 21:06:24
move path to ssl keys into environment specific configuration
1 parent 3d6a07e
Changed files (1)
config
recipes
config/recipes/templates/nginx_unicorn.erb
@@ -33,8 +33,8 @@ server {
   # server_name  *.cakeside.com;
   root         <%= current_path %>/public;
   ssl on;
-  ssl_certificate             <%= current_path %>/config/staging.crt;
-  ssl_certificate_key         <%= current_path %>/config/staging.key;
+  ssl_certificate             <%= ssl_certificate %>;
+  ssl_certificate_key         <%= ssl_certificate_key %>;
   error_log /var/log/nginx/cakeside.error.log;
   access_log off;