Usage:
C:\> SslCert.exe COMMAND [arguments]
SslCert is a stand-alone (dependency free) version of SslTunnel.Server's certificate commands. Used primarily to create self-signed certificates for use in IIS.
Options:
- /nologo hides the startup message.
Commands:
DumpCert
Dumps the details of the certificate file specified to the console.
Usage:C:\> SslCert.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.
Help
Gets the help for a specific command or lists available commands.
Usage:C:\> SslCert.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.
MakeCert
Creates a self-signed certificate for client or server authentication.
Usage:C:\> SslCert.exe MAKECERT [/name=]StringArguments:
- [/name=]String - The qualified host name of the machine to create the certificate for.