[ARVADOS] updated: c36fe93c282ef320e7e5f0f9182994b50f7e88d3

git at public.curoverse.com git at public.curoverse.com
Fri Mar 21 11:37:07 EDT 2014


Summary of changes:
 services/api/script/rails |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

       via  c36fe93c282ef320e7e5f0f9182994b50f7e88d3 (commit)
      from  259c3b7b2e77b17590beef58b519f57a7d9b41e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c36fe93c282ef320e7e5f0f9182994b50f7e88d3
Author: Ward Vandewege <ward at curoverse.com>
Date:   Fri Mar 21 11:36:25 2014 -0400

    When running with WEBrick, auto-generate a new self-signed SSL
    certificate for each run, rather than hardcoding a path to a certificate
    and key file.

diff --git a/services/api/script/rails b/services/api/script/rails
index 88627f5..2167b04 100755
--- a/services/api/script/rails
+++ b/services/api/script/rails
@@ -21,10 +21,6 @@ module Rails
                 :config => File.expand_path("config.ru"),
                 :SSLEnable => true,
                 :SSLVerifyClient => OpenSSL::SSL::VERIFY_NONE,
-                :SSLPrivateKey => OpenSSL::PKey::RSA.new(
-                       File.open("config/api.clinicalfuture.com.key.pem").read),
-                :SSLCertificate => OpenSSL::X509::Certificate.new(
-                       File.open("config/api.clinicalfuture.com.crt.pem").read),
                 :SSLCertName => [["CN", WEBrick::Utils::getservername]]
             })
         end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list