Release management - eP-Satellite server
3.7 Configuring the connection
eP-Satellite server
64 Operating Instructions, 06/2009
Parameter Entry
Method Certificate
Outgoing authentication
(what the satellite sends to the
ASP server)
Certificate Select own official certificate
(check information on selected
certificate)
The settings under "Data layer" and "Transport layer" are identical.
It is also possible to activate the operating interface on the eP-Satellite. While it is possible to
create organizations while the interface is inactive, logging information cannot be fetched
from the ASP.
Revocation list
The system supports the use of the revocation list.
The default setting is "deactivated"; in other words, the certificate's validity and the name of
the party who issued it are checked, but it is not compared with the "revocation list". The
setting can be switched to "activated" using the central web.config file on both pages:
<certificates useCertificatesInternally="false" revocationMode="NoCheck">
change to:
<certificates useCertificatesInternally="false" revocationMode="Online">
or:
<certificates useCertificatesInternally="false" revocationMode="Offline">
Offline A revocation check is made using a cached certificate revocation list (CRL).
Online A revocation check is made using an online certificate revocation list (CRL).
NOTICE
"Online" assumes that the server has access to the server (Internet connection) which is
able to deliver the revocation list (e.g. verisign).