简体   繁体   English

安装生成对称密钥或安全通信所需的客户端证书?

[英]Installation of client side certificate required for generating symmetric key or for a secure communication?

I have a requirement in my project where I have to secure the communication between my client application (running on BizTalk Server Send port configured with Office 365 Email adaptor) and Microsoft Office 365 Server.我的项目中有一个要求,我必须保护我的客户端应用程序(在配置了 Office 365 Email 适配器的 BizTalk Server 发送端口上运行)和 Microsoft Office 365 Server 之间的通信。 This communication is to be secured by TLS 1.2 and a certificate is provided by MS O365 server during Server hello (handshake process) to later securely exchange the symmetric key generated at client side.此通信将由 TLS 1.2 保护,并且 MS O365 服务器在服务器问候(握手过程)期间提供证书,以便稍后安全地交换客户端生成的对称密钥。

Do I need to install another certificate at client side for either generating this symmetric key or for any other purpose to achieve a better secured communication between the client and server?我是否需要在客户端安装另一个证书以生成此对称密钥或用于任何其他目的以实现客户端和服务器之间更好的安全通信?

No, you don't require another certificates client side (BizTalk) to establish a TLS 1.2 connection.不,您不需要其他证书客户端 (BizTalk) 来建立 TLS 1.2 连接。

The BizTalk Server needs to trust the certificate however, but as this is one issues by Microsoft, it should be trusted.但是,BizTalk Server 需要信任证书,但由于这是 Microsoft 的问题,因此应该信任它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM