Set up the Windows server
Windows
serverThis section is for reference only and is not a part of Blast System configuration. The Blast System configuration program automatically performs these steps on a machine where the selected port is free of bindings.
If you have to perform these steps manually, then run the Blast System configuration program from a command prompt, as an administrator. When applicable, use makecert / netsh to install the certificate chain on the server hosting the application.
Configuration |
Command and description |
---|---|
Create Root Authority Cert |
Requires that the makecert.exe file is included with the Authenticator installation at:
Set a password and use the same password in both pop-ups. Results are in the same directory as makecert. |
Store Root Cert |
|
Create Application Cert |
Replace the <IP> with the IP settings value used in the BlastNotifier configuration file. This is the IP address of the interface we are to bind to on the local machine. Enter the password from the first makecert step. |
Store Application Cert |
|
Bind Cert |
where <Port> is the Port as set in the BlastNotifier configuration file. This should be a free port as we are binding to all available interfaces in this case.where <Thumbprint> is the thumbprint from the details panel of the SynAppsAuth.cer (double-click it in the MMC view). Remove all spaces.If a binding already exists for this port it must first be removed using the following command:
|
Verify Proper Operation |
This test generally applies to the Authenticator module only. For other modules, test the functionality as normal. |