C# Class Dev2.Runtime.WebServer.Dev2Endpoint

TO for moving endpoints around between the lifecycle manager and the http server ;) HTTPS : http://webserver.codeplex.com/discussions/430976 http://webserver.codeplex.com/wikipage?title=HTTPS HOWTO GENERATE CERT : 0) Start VS Cmd Prompt to issue instructions 1) Make Root Authority Cert makecert -pe -n "CN=Test And Dev Root Authority" -ss my -sr LocalMachine -a sha1 -sky signature -r "Test and Dev Root Authority.cer" 2) Generate SSL Cert makecert -pe -n "CN=warewolf.yourdomainname" -ss my -sr LocalMachine -a sha1 -sky exchange -eku 1.3.6.1.5.5.7.3.1 -in "Test and Dev Root Authority" -is MY -ir LocalMachine -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 WarewolfServer.cer
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Dev2Endpoint ( IPEndPoint endPoint, string url ) : System.Net
Dev2Endpoint ( IPEndPoint endPoint, string url, string certPath ) : System.Net

Method Details

Dev2Endpoint() public method

public Dev2Endpoint ( IPEndPoint endPoint, string url ) : System.Net
endPoint System.Net.IPEndPoint
url string
return System.Net

Dev2Endpoint() public method

public Dev2Endpoint ( IPEndPoint endPoint, string url, string certPath ) : System.Net
endPoint System.Net.IPEndPoint
url string
certPath string
return System.Net