Hi All:
 
Does any of you have an example of <get> task that uses a security certificate? 
I could not find any detail/sample references pertaining to <certificates> 
element on the nant.sourceforge.net. The sample below shows the use of  <get> 
task, but it does not include the <certificates> element.
 
<get src="http://password.protected.site/index.html"; dest="secure/index.html">
    <credentials username="user" password="guess" domain="mydomain" />
    <proxy host="proxy.company.com" port="8080">
        <credentials username="proxyuser" password="dunno" />
    </proxy>
</get>
 
Thanks - Dan Abdullah
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to