c# - Validate certificate TLS/SSL Server -


I am trying to create an SSL server that loads a certificate from .crt I have tried both X509 certificate. CrackFormatFile (@ ". \ Secure \ CERTIFICATE \" + CertName + ".crt"); and cert.import, and neither works on both of them, I get a problem saying "server mode SSL should use a certificate with the respective private key". And the key is also! My directory:

  Secure / certificate / Zeus HTTP crt Zeus http.csr Zeus HTTP plugins / ...   

with shortcut openSSL

A simple read tells us that you should use a pkcs7 file which usually The file suffix is ​​p7b You will need to convert your OpenSSL certificate to this format, or get the utility Gee, that can cause a rash.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -