VictorWiedemann

Results 3 comments of VictorWiedemann

@jackybek to confirm what you did was make all of the certificates .pem files?: In the case of the Server side, you would use server_cert and server_key and then would...

When you say that you are using OpenSSL (I am as well) to generated your .pem files. Are these self-signed or CA-signed? I have implemented the TrustList with self-signed certs...

I am using OpenSSL to generate my certs and keys. What currently works is self-signed certificates like: key = server_key.pem cert = server_cert.pem trustlist[0] = client_cert.pem And the client side...