Versions Compared

Key

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

...

If you are operating within a private network and you have control of the sending side, you can generate a self-signed certificate using the ‘Generate Self-Signed Certificate’ button. You will need to Export this certificate and provide it to the sending system, as self-signed certificates must be explicitly trusted by the sender (typically by being installed into a certificate store).

Note

The Connexion (or Remote Agent) account must have read access to the certificate private key. You may see errors similar to The credentials supplied to the package were not recognized if the service account doesn’t have read access.

In this case you should open the certificate manager, select the certificate, right-click → all tasksmanage private keys.

Then add the service account, selecting read-only access.

Client Certificates

If you wish to validate the identity of each sender, you can require each sender to provide a certificate. The client-provided certificate will be matched against a list of accepted certificate thumbprints, and only those within the list will be allowed to connect.

...