[ 
https://issues.apache.org/jira/browse/BUILDR-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062090#comment-13062090
 ] 

Antoine Toulme commented on BUILDR-595:
---------------------------------------

This is possible actually, I'm adding that to the doc:

{code}
h3(#uploading-options). Uploading Options

For convenience, you can also pass "any option of 
Net::SSH":http://net-ssh.github.com/ssh/v2/api/index.html when configuring the 
remote repository.

If you need to enforce to use password-only authentication for example, you can 
set this option:

{% highlight ruby %}
# Set password authentication only
repositories.release_to[:auth_methods] = %w(password)
{% endhighlight %}
{code}

> Add option to specifiy location of ca cert
> ------------------------------------------
>
>                 Key: BUILDR-595
>                 URL: https://issues.apache.org/jira/browse/BUILDR-595
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Core features
>    Affects Versions: 1.4.6
>            Reporter: Damian Monogue
>              Labels: maven
>
> Need the ability to specify to Buildr where to look for the root CA 
> certificate so that you can use certificate verification with ssl for remote 
> repositories.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to