BizTalk Server support for signing certificates on outgoing messages (842698)



The information in this article applies to:

  • Microsoft BizTalk Server 2006 Standard Edition
  • Microsoft BizTalk Server 2006 Enterprise Edition
  • Microsoft BizTalk Server 2006 Developer Edition
  • Microsoft BizTalk Server 2004 Standard Edition
  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Developer Edition
  • Microsoft BizTalk Server 2004 Partner Edition

INTRODUCTION

This article discusses support for signing certificates on outgoing message in Microsoft BizTalk Server 2004.

MORE INFORMATION

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:
  1. Start BizTalk Server Administration.
  2. Right-click the BizTalk group that you want, and then click Properties.

    Note In BizTalk Server 2006, you must also click Certificates.
  3. 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

  4. 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:

Modification Type:MajorLast Reviewed:8/9/2006
Keywords:kbbiztalk2004-2006swept kbtshoot kbinfo KB842698 kbAudDeveloper