Usage:
C:\> SslTunnel.Server.exe COMMAND [arguments]
SslTunnel.Server provides both a command-line and a windows service secure tcp/ip port tunnel.
Options:
- /nologo hides the startup message.
Commands:
DumpCert
Dumps the details of the certificate file specified to the console.
Usage:C:\> SslTunnel.Server.exe DUMPCERT [/file=]String [[/password=]String]Arguments:
- [/file=]String - The path to the certificate file to inspect.
- [[/password=]String] - Optional password for the certificate file.
Sample Output:
File Path = C:\sample.org.cer Issuer = CN=sample.org Subject = CN=sample.org SerialNumber = 223F7279108B848C4E293710F5988D3A CertHash = 62B8421F9F5BFB6279E491F7EC5EB79ECB9687D8 EffectiveDate = 12/31/1999 11:00:00 PM ExpirationDate = 12/31/2035 11:00:00 PM Format = X509 KeyAlgorithm = 1.2.840.113549.1.1.1 KeyParameters = 0500 PublicKey = 30818902818100BA008E6D4669EAF5DBB6EA5E8 ... (full public key in hexadecimal)
Help
Gets the help for a specific command or lists available commands.
Usage:C:\> SslTunnel.Server.exe HELP [[/name=]String] [/html]Arguments:
- [[/name=]String] - The name of the command or option to show help for.
- [/html] = (False) - Output the full help content to HTML and view in the local browser.
Install
Installs the SslTunnel service, displayed as 'SSL Tunnel Service'.
Usage:C:\> SslTunnel.Server.exe INSTALL
MakeCert
Creates a self-signed certificate for client or server authentication.
Usage:C:\> SslTunnel.Server.exe MAKECERT [/name=]StringArguments:
- [/name=]String - The qualified host name of the machine to create the certificate for.
Sample Output:
C:\>SslTunnel.Server.exe makecert sample.org Issuer = CN=sample.org Subject = CN=sample.org SerialNumber = C7835BC8A87DBE9745BE4A5E901E75A1 CertHash = D7AA8F390A5807AD373CD36838436D874A970265 EffectiveDate = 12/31/1999 11:00:00 PM ExpirationDate = 12/31/2035 11:00:00 PM Format = X509 KeyAlgorithm = 1.2.840.113549.1.1.1 KeyParameters = 0500 PublicKey = 30818902818100BB9A675813C577AE70267FDC3B ... (full public key in hexadecimal) Key Access: Allow NT AUTHORITY\SYSTEM FullControl Allow NT AUTHORITY\NETWORK SERVICE FullControl Allow BUILTIN\Administrators FullControl Allow S-1-5-5-0-222282 ReadAndExecute, Synchronize
Run
Runs the listener in the interactive console to monitor activity.
Usage:C:\> SslTunnel.Server.exe RUN
Uninstall
Uninstalls the SslTunnel service.
Usage:C:\> SslTunnel.Server.exe UNINSTALL