Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the PadConnectorManager https://www.stepoverinfo.net/download.php?file=PadConnectorManager1.3PadConnector_3.0.5-and-Manager-1.4.zip and extract it on the server ( for example inside . You can optional copy the PadConnectorManager1.x folder into the inetpub folder )of your IIS.

Requirements

The PadConnectorManager is an ASP.NET Core application that has to be hosted by IIS. To install it in IIS, some Windows features and modules may be required.

...

The PadConnector also requires the Windows Authentication roll of the IIS. You can install this feature with the Server Manager. It listed in the Server Roles list under “Web Server (IIS) / Security / Windows Authentication”, make sure this option is enabled, otherwise the IIS doesn´t return the user account name and a linking to the user specific port is not possible.

...

Installation of the required certificates

You also need to install the SignSocket.StepOver.com certificate for the HTTPS communication . You can download it under https://www.stepoverinfo.net/signsocket.stepover.com.pfx . After the download double-click on the signsocket.stepover.com.pfx and select as storage location the “local maschine”. Confirm the Import in the next step and use the password “signsocket57357”. Select the “Web Hosting” as store location for the certificate.

...

Confirm the location and the overview and the certificate import should be finished.of the IIS and the StepOver Software Root CA 4096 for the browser. You can both certificates inside the download package with a batch for the installation. This importCertificates.bat needs to started as Administrator for the Installation, otherwise it will fail.

If you want to install the certificates manually you can do this with the certificate manager (MMC). The signsocket_keystore.pfx needs to be imported under Web Hosting, the password for the import is “signsocket57357”. The SWRootCertificateStepOverEuropa4096.der needs to be installed as Trusted Root and also under Web Hosting.

...

Installation of PadConnectorManager inside IIS

...