In this installment of Mission: Messaging, I will walk you through the tasks to configure basic SSL channels with self-signed certificates, building two scripts as we go.
在《任务:消息传递》系列的这个部分,我将和您一起完成使用自签名证书配置基本ssl通道的任务,我们将构建两个脚本。
Because our client certificate will be self-signed, we'll need to configure the client's public key certificate as a trusted signer for the server.
因为我们的客户机证书将是自签署的,所以我们需要将客户机的公钥证书配置为服务器受信任的签署者。
In our case, because the server's certificate will be self-signed, we need to configure the server's public key certificate as a trusted signer for the client.
在我们的示例中,由于服务器的证书是自签署的,我们需要将服务器的公钥证书配置为客户机受信任的签署者。
应用推荐