Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Outline

WebListener Module

A PowerShell module for managing the WebListener App.

When the WebListener is started from this module, it will automatically generate two fresh certificates, ClientCert.pfx and ServerCert.pfx using the SelfSignedCertificate module.

The generated Self-Signed Certificate ServerCert.pfx has a randomly generated password and is issued for the Client and Server Authentication key usages. This certificate is used by the WebListener App for SSL/TLS.

The generated Self-Signed Certificate ClientCert.pfx has a randomly generated password and is not issued for any specific key usage. This Certificate is used for Client Certificate Authentication with the WebListener App. The port used for -HttpsPort will use TLS 1.2.

Running WebListener

Import-Module .\build.psm1
Publish-PSTestTools
$Listener = Start-WebListener -HttpPort 8083 -HttpsPort 8084 -Tls11Port 8085 -TlsPort 8086

Stopping WebListener

Stop-WebListener
Morty Proxy This is a proxified and sanitized view of the page, visit original site.