|
Home > Archive > BizTalk Server Applications Integration > June 2004 > How can I encrypt outbound messages, when using FTP adapter?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How can I encrypt outbound messages, when using FTP adapter?
|
|
|
| I've to use BizTalk Server 2004 FTP adapter to transmit messages to a customer. How can I encrypt those outbound messages, when using FTP adapter?
Thanks for advance!
- Jani
| |
| Adrian Hamza[MSFT] 2004-06-26, 10:53 am |
| On the Send port, under the Send folder (the transport properties are under
Transport folder) there is an Outbound Encryption property that you can use
to select the certificate that contains the public key of the entity that
receives and decrypts the message. The drop down box will show you all the
certificates that are deployed in the Machine\Other People certificate
store. To import the certificate into this store you can run "MMC" from
Start->Run and add the "Certificates" snap-in using the "File->Add/remove
snapin" menu option. When asked what certificate store to connect to,
select Computer Account, Local Computer (basically the BizTalk machine).
Now import the certificate with the public key in the "Other People" folder
(right click on Other People and select All Tasks->Import). After that, the
certificate will show up in BizTalk Explorer. You might have to
close/re-open Visual Studio before that will happen.
Thanks,
Adrian.
--------------------[vbcol=seagreen]
customer. How can I encrypt those outbound messages, when using FTP adapter?[vbcol=seagreen]
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
|
|
|
|
|