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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -