diff --git a/config/application-example.yml b/config/application-example.yml index 22dcfeaca..191df7b1f 100644 --- a/config/application-example.yml +++ b/config/application-example.yml @@ -41,4 +41,5 @@ test: ca_cert_path: '/var/lib/jenkins/workspace/registry/ca/certs/ca.crt.pem' ca_key_path: '/var/lib/jenkins/workspace/registry/ca/private/ca.key.pem' ca_key_password: 'test' + cert_path: '/var/lib/jenkins/workspace/registry/ca/certs/webclient.crt.pem' diff --git a/config/deploy.rb b/config/deploy.rb index dd5159005..4b8e32759 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -3,7 +3,6 @@ require 'mina/rails' require 'mina/git' require 'mina/whenever' require 'mina/rbenv' # for rbenv support. (http://rbenv.org) -# require 'mina/rvm' # for rvm support. (http://rvm.io) # Basic settings: # domain - The hostname to SSH to.