This article discusses support for signing certificates on
outgoing message in Microsoft BizTalk Server 2004.
BizTalk Server uses private key certificates for signing
outgoing messages. You apply a signing certificate to an outgoing message by
adding an encoding component (S/MIME) in the send pipeline. You then configure
the encoding component to sign all outgoing messages by clicking
True for the
Add signing certification to
message property. The signing certificate that is used to sign the
outgoing message is retrieved from the personal certificate store for the host
service account where the pipeline is running.
BizTalk Server only
supports one personal certificate for each BizTalk group. A BizTalk group can
represent an enterprise, a department, a hub, or another business unit. The
personal certificate that is used by the BizTalk group is specified by setting
the thumbprint of the personal certificate in the BizTalk group properties.
Note You must make sure that the signing certificate is available in
the certificate store of the service account of the hosts where the send
pipelines are running.
To enter a thumbprint for the personal
certificate for the host service account that is running the pipeline, follow
these steps:
- Start BizTalk Server Administration.
- Right-click the BizTalk group that you want, and then click
Properties.
Note In BizTalk Server 2006, you must also click
Certificates. - In the Thumbprint box, type the thumbprint
of the private key certificate that is used to digitally sign outgoing messages
from this group.
Note The certificate thumbprint has the following format (where
H is a hexadecimal digit):HHHH HHHH HHHH HHHH HHHHH HHHHH HHHHH HHHHH HHHHH HHHHH
- Click OK to close the Microsoft
BizTalk Server 2004 (Local) Properties dialog box.
Note The certificate thumbprint is a digest of the certificate data.
The thumbprint is located on the
Details tab of the
Certificate dialog box for the certificate.
For more
information about signing certificates in BizTalk Server 2004, visit the
following MSDN Web site:
For more information about implementing pipes and filters by using
BizTalk Server 2004, visit the following MSDN Web site: