certificate

Kafka SSL handshake failed issue

蓝咒 提交于 2020-12-05 07:08:42
问题 I am trying to enable SSL Authentication on my Kafka server. I am following 7.2 section in below documentation(link). http://kafka.apache.org/documentation.html#security_ssl Followed all steps, but while calling the producer.bat file to send data in to the topic i get below error. ERROR [Producer clientId=console-producer] Connection to node -1 failed authentication due to: SSL handshake failed (org.apache.kafka.clients.NetworkClient) Caused by: java.security.cert.CertificateException: No

Automated Code Signing - Protecting the private key

梦想的初衷 提交于 2020-12-01 09:36:00
问题 I want to automate the code signing of some ClickOnce deployment artifacts - application exe's and manifests. I am using signtool to accomplish this. In an attempt to make the private key available for signing and yet protect the certificate file containing the private key (.pfx file), my plan is to install the certificate into the local machine certificate store with a non-exportable key. (I am aware that there are ways of exporting the key even if it is marked non-exportable.) The machine

Automated Code Signing - Protecting the private key

最后都变了- 提交于 2020-12-01 09:35:25
问题 I want to automate the code signing of some ClickOnce deployment artifacts - application exe's and manifests. I am using signtool to accomplish this. In an attempt to make the private key available for signing and yet protect the certificate file containing the private key (.pfx file), my plan is to install the certificate into the local machine certificate store with a non-exportable key. (I am aware that there are ways of exporting the key even if it is marked non-exportable.) The machine

SSL Certificate missing from dropdown in SQL Server Configuration Manager

*爱你&永不变心* 提交于 2020-11-30 04:58:23
问题 I am trying to configure SQL Server 2014 so that I can connect to it remotely using SSL. A valid, wildcard cert is installed on the server, and the cert's domain name (example.com) matches the server's FQDN (test.windows-server-test.example.com). The problem is that in SQL Server Configuration Manager, the certificate is not listed, so I cannot select it. That is, I am stuck on step 2.e.2 from this MS tutorial. 回答1: After communication in comments I can suppose that your main problem is the