Hi,

since certificates is a fileset, I think it should be something like:

<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>
     <certificates>
         <include name="pathtocert" />
     </certificates>
</get>

hth

Dominik

-- 
The answer to the great question of life,
the universe and everything is 42 (Douglas Adams)

------------------------------------------------------------------------------
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